record changes while paginating
record changes while paginating
I have data (true/false) that is rendered as a checkbox in a column.
For client-side tables, if the user changes the value of the checkbox the change persists across all pages navigated.
For server side pipelined tables, it isn't consistent. The changes are forgotten when the user goes to a new page.
I'd like the client-side table to not remember the changes (act as the server table). Can this be done?
For client-side tables, if the user changes the value of the checkbox the change persists across all pages navigated.
For server side pipelined tables, it isn't consistent. The changes are forgotten when the user goes to a new page.
I'd like the client-side table to not remember the changes (act as the server table). Can this be done?
This discussion has been closed.
Replies
Whereas the pipeline table looks at the data, then uses the column renderer to display it.
So if there a way to have the client/normal table rerender or refresh (act like the pipelined table)?