You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?