force (re)rendering on pagination
force (re)rendering on pagination
Hello there,
I'm trying to use the DataTables to display a table of selectable items. Because there are lots of items, I'm forced to use the pagination (over scroll for performance issues).
Now here's my problem : this table must offer the possibility to checK/uncheck all the items. That's why I need to render or rerender the page at each pagination.
I've seen that it is possible to render the pages on the fly with the bDeferRender feature, but the pages that have already been rendered are not re-rendered : have I missed an existing feature that can fulfill my goal ?
Thanks.
I'm trying to use the DataTables to display a table of selectable items. Because there are lots of items, I'm forced to use the pagination (over scroll for performance issues).
Now here's my problem : this table must offer the possibility to checK/uncheck all the items. That's why I need to render or rerender the page at each pagination.
I've seen that it is possible to render the pages on the fly with the bDeferRender feature, but the pages that have already been rendered are not re-rendered : have I missed an existing feature that can fulfill my goal ?
Thanks.
This discussion has been closed.