We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
Good catch! However the example you mentioned uses different way to show checkboxes.
For now you need deselect() as shown below. See this example for code and demonstration.
deselect()
table.rows('.myClass').deselect().remove().draw();
I will see if I could find a way to catch row removal event and update internal data accordingly.
Sorry, something went wrong.
Thank you
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: