Remove rows when paging is enabled

Remove rows when paging is enabled

maxcl10maxcl10 Posts: 1Questions: 1Answers: 0

I'm facing an issue. I have the ability to delete row based on a class name.
ie: table.rows($('.' + trackingId)).remove().draw(false);

My problem is that the pagination is enabled and in this case, only the row with corresponding TrackingId of the current page are removed.

Any idee how to solve that?

This discussion has been closed.