DataTable editor across multiple pages of a serverside table

DataTable editor across multiple pages of a serverside table

DocaDoca Posts: 4Questions: 3Answers: 0

Link to test case: This can be seen on the serverside processing example

Description of problem:
When selecting items on the first page then some items on the second page, performing a multi row edit would only affect the elements selected on the current page.
Is there a way to have this applied to all selected rows (eg. by using dt.select.cumulative().rows)?
Thank you!

Answers

  • allanallan Posts: 64,015Questions: 1Answers: 10,555 Site admin

    Is there a way to have this applied to all selected rows

    No, not with server-side processing enabled - sorry. Editor relies on the data being present client-side, but that is only the case for the visible rows when server-side processing is enabled.

    Allan

Sign In or Register to comment.