X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fstatic%2FAdminLTE-2.3.7%2Fplugins%2Fdatatables%2Fextensions%2FScroller%2Fexamples%2Findex.html;fp=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fstatic%2FAdminLTE-2.3.7%2Fplugins%2Fdatatables%2Fextensions%2FScroller%2Fexamples%2Findex.html;h=f0b5bcb6f743611e846bb15da34a2acec58238a4;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html new file mode 100644 index 0000000..f0b5bcb --- /dev/null +++ b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html @@ -0,0 +1,83 @@ + + + + + + + + + + + + + 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
  • +
+
+
+
+ +
+ +
+ + \ No newline at end of file