index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="FixedColumns.html">FixedColumns</a></dt><dd><p>When making use of DataTables' x-axis scrolling feature, you may wish to
  25. fix the left most column in place. This plug-in for DataTables provides
  26. exactly this option (note for non-scrolling tables, please use the <br />
  27. FixedHeader plug-in, which can fix headers, footers and columns). Key
  28. features include:
  29. <ul class="limit_length">
  30. <li>Freezes the left or right most columns to the side of the table</li>
  31. <li>Option to freeze two or more columns</li>
  32. <li>Full integration with DataTables' scrolling options</li>
  33. <li>Speed - FixedColumns is fast in its operation</li>
  34. </ul></p></dd>
  35. </dl>
  36. </div>
  37. </div>
  38. <div class="fw_footer">
  39. FixedColumns: Copyright 2010-2011 Allan Jardine, all rights reserved<br>
  40. Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
  41. 23th Sep 2012 - 14:27
  42. with the <a href="http://datatables.net/">DataTables</a> template.
  43. </div>
  44. </body>
  45. </html>