fnDeleteRow() on hidden elements?
fnDeleteRow() on hidden elements?
rynop
Posts: 1Questions: 0Answers: 0
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?
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.