Skip to content

Server Side checkboxes.selected only returning current page's selection #74

@bikram-bikram

Description

@bikram-bikram

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions