record changes while paginating

record changes while paginating

bidonbidon Posts: 28Questions: 0Answers: 0
edited April 2012 in General
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?

Replies

  • bidonbidon Posts: 28Questions: 0Answers: 0
    It looks like if you modify any info on the table with firebug or normal use, it keeps it in memory and saves the change.

    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)?
This discussion has been closed.