index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <title>Table of Contents - documentation</title>
  6. <style type="text/css" media="screen">
  7. @import "media/css/doc.css";
  8. @import "media/css/shCore.css";
  9. @import "media/css/shThemeDataTables.css";
  10. </style>
  11. <script type="text/javascript" src="media/js/shCore.js"></script>
  12. <script type="text/javascript" src="media/js/shBrushJScript.js"></script>
  13. <script type="text/javascript" src="media/js/jquery.js"></script>
  14. <script type="text/javascript" src="media/js/doc.js"></script>
  15. </head>
  16. <body>
  17. <div class="fw_container">
  18. <a name="top"></a>
  19. <div class="fw_header">
  20. </div>
  21. <div class="fw_content">
  22. <h3 class="subsection-title">Table of Contents</h3>
  23. <dl>
  24. <dt><a href="Scroller.html">Scroller</a></dt><dd><p>Scroller is a virtual rendering plug-in for DataTables which allows large
  25. datasets to be drawn on screen every quickly. What the virtual rendering means
  26. is that only the visible portion of the table (and a bit to either side to make
  27. the scrolling smooth) is drawn, while the scrolling container gives the
  28. visual impression that the whole table is visible. This is done by making use
  29. of the pagination abilities of DataTables and moving the table around in the
  30. scrolling container DataTables adds to the page. The scrolling container is
  31. forced to the height it would be for the full table display using an extra
  32. element. </p>
  33. <p>Note that rows in the table MUST all be the same height. Information in a cell
  34. which expands on to multiple lines will cause some odd behaviour in the scrolling.</p>
  35. <p>Scroller is initialised by simply including the letter 'S' in the sDom for the
  36. table you want to have this feature enabled on. Note that the 'S' must come
  37. AFTER the 't' parameter in sDom.</p>
  38. <p>Key features include:
  39. <ul class="limit_length">
  40. <li>Speed! The aim of Scroller for DataTables is to make rendering large data sets fast</li>
  41. <li>Full compatibility with deferred rendering in DataTables 1.9 for maximum speed</li>
  42. <li>Correct visual scrolling implementation, similar to "infinite scrolling" in DataTable core</li>
  43. <li>Integration with state saving in DataTables (scrolling position is saved)</li>
  44. <li>Easy to use</li>
  45. </ul></p></dd>
  46. </dl>
  47. </div>
  48. </div>
  49. <div class="fw_footer">
  50. Scroller: Copyright 2011-2012 Allan Jardine, all rights reserved<br>
  51. Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
  52. 23th Sep 2012 - 14:28
  53. with the <a href="http://datatables.net/">DataTables</a> template.
  54. </div>
  55. </body>
  56. </html>