search & select all bug
search & select all bug
piotr_tokarczyk
Posts: 2Questions: 0Answers: 0
Hi,
http://datatables.net/release-datatables/extras/TableTools/select_multi.html
try to type "camino" in search box, then click on "Select all", then remove text from search box.
As you can see all rows are selected. Only two rows should be selected.
http://datatables.net/release-datatables/extras/TableTools/select_multi.html
try to type "camino" in search box, then click on "Select all", then remove text from search box.
As you can see all rows are selected. Only two rows should be selected.
This discussion has been closed.
Replies
Until then I'd suggest using the fnSelect ( http://datatables.net/extras/tabletools/api#fnSelect ) API method on the rows that you want to select (which can be obtained with the DataTables $ API method).
Allan