Remove row by field value

Remove row by field value

dynasoftdynasoft Posts: 439Questions: 68Answers: 3

Hi

I can remove a table row by using the row's index:

table2.row( ':eq(' + j.toString() + ')' ).remove()

The problem is iterating through a table the indices of existing rows change as previous rows get deleted. How can I remove multiplie rows safely?

Answers

This discussion has been closed.