/home/techb158/workloadmatch.com/plugins/datatables/extensions/Scroller/examples
NameSizeModeActions
data/-0755rm
api_scrolling.html61110644editdlrm
index.html38460644editdlrm
large_js_source.html65570644editdlrm
server-side_processing.html79430644editdlrm
simple.html66020644editdlrm
state_saving.html61860644editdlrm
Edit: /home/techb158/workloadmatch.com/plugins/datatables/extensions/Scroller/examples/index.html (3846B)
Scroller examples - Scroller examples

Scroller example Scroller examples

Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen every quickly. What the virtual rendering means is that only the visible portion of the table (and a bit to either side to make the scrolling smooth) is drawn, while the scrolling container gives the visual impression that the whole table is visible. This is done by making use of the pagination abilities of DataTables and moving the table around in the scrolling container DataTables adds to the page. The scrolling container is forced to the height it would be for the full table display using an extra element.

Scroller is initialised by simply including the letter S in the domDT for the table you want to have this feature enabled on. Note that the S must come after the t parameter in domDT.

Key features include:

  • Speed! The aim of Scroller for DataTables is to make rendering large data sets fast
  • Full compatibility with DataTables' deferred rendering for maximum speed
  • Integration with state saving in DataTables (scrolling position is saved)
  • Easy to use