Open
Description
Hello,
When I use table.rows('.myClass').remove(), the number of select row is not updated.
I must be used :
table.rows('.myClass').deselect().remove().draw();
The problem isn't in default datatable checkbox selection :
http://live.datatables.net/seqejati/4/edit
Can you help me please ?