The error suggests that the index can't be found for the row you are trying to delete. If you are passing fnDeleteRow a node - then it's either not a TR or not a TR in the table. If you are passing the function an integer, then it's outside the range of the data array (or it's been deleted already possibly).
Replies
Allan