Select All with filter in 1.10.*?
Select All with filter in 1.10.*?
ironandsteel
Posts: 17Questions: 4Answers: 0
I see several discussion about implementeing a select all button that will honor the current filter, but all that I've found use tabletools. Since tabletools is deprecated, what is the current way to do this in datatables 1.10.*?
This discussion has been closed.
Replies
This uses a custom button with the
rows().select()
method and aselector-modifier
to select only the filtered rows.Allan
Perfect! Makes sense- thanks for the explanation.
Cheers!