Remove selected rows does not update selection info

Remove selected rows does not update selection info

christian16548christian16548 Posts: 2Questions: 1Answers: 0

I'm using datatable 2.2.0 and select 3.0.0. User can multi select rows. After processing selected rows I remove them from table, but selection info does not update to "nothing selected".

_this.datatable.rows({selected: true}).remove();
_this.datatable.draw(false);

What am I missing?

Answers

Sign In or Register to comment.