fnDeleteRow() on hidden elements?

fnDeleteRow() on hidden elements?

rynoprynop Posts: 1Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
I'd like to use the fnDeleteRow() format in which you pass a handle to the row(s) to delete Ex: $(this).parents('tr')[0]

However I can not write JS (jQuery) selectors to match rows that are not in the dom. Deleting lots of rows by id is problematic, especially if you have lots of data, because the indexes change as you delete.

anyone know a way to solve this problem?
This discussion has been closed.