Server Side checkboxes.selected only returning current page's selection
bikram-bikram opened this issue · 1 comments
bikram-bikram commented
I recently converted my datatable from client side to server side. And the row selection used to work fine on the client side. it works great on server side also, but when i try to get the list of selected rows from multiple pages, I only get the current page's selection.
The count at the bottom of the table is correct and it includes the selection from all pages, Also, when I go to a previous page, the selection is still there.
Only when I click my button and try to get the following:
table.column(0).checkboxes.selected()
I get the rows selected on the current page only. Is there a way to get it from all pages?