index.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
  6. <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
  7. <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
  8. <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
  9. <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script>
  10. <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
  11. <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
  12. <title>FixedHeader examples - FixedHeader examples</title>
  13. </head>
  14. <body class="dt-example">
  15. <div class="container">
  16. <section>
  17. <h1>FixedHeader example <span>FixedHeader examples</span></h1>
  18. <div class="info">
  19. <p>At times it can be useful to ensure that column titles will remain always visible on a table, even
  20. when a user scrolls down a table. The FixedHeader plug-in for DataTables will float the <code class=
  21. "tag" title="HTML tag">thead</code> element above the table at all times to help address this issue.
  22. The column titles also remain click-able to perform sorting. Key features include:</p>
  23. <ul class="markdown">
  24. <li>Fix the header to the top of the window</li>
  25. <li>Ability to fix the footer and left / right columns as well</li>
  26. <li>z-Index ordering options</li>
  27. </ul>
  28. </div>
  29. </section>
  30. </div>
  31. <section>
  32. <div class="footer">
  33. <div class="gradient"></div>
  34. <div class="liner">
  35. <div class="toc">
  36. <div class="toc-group">
  37. <h3><a href="./index.html">Examples</a></h3>
  38. <ul class="toc">
  39. <li><a href="./simple.html">Basic initialisation</a></li>
  40. <li><a href="./header_footer.html">Header and footer fixed</a></li>
  41. <li><a href="./top_left_right.html">Header, left and right all fixed</a></li>
  42. <li><a href="./two_tables.html">Multiple tables</a></li>
  43. <li><a href="./zIndexes.html">z-index order control</a></li>
  44. </ul>
  45. </div>
  46. </div>
  47. <div class="epilogue">
  48. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
  49. information about its API properties and methods.<br>
  50. Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
  51. <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
  52. DataTables.</p>
  53. <p class="copyright">DataTables designed and created by <a href=
  54. "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
  55. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  56. </div>
  57. </div>
  58. </div>
  59. </section>
  60. </body>
  61. </html>