index.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="../../../examples/resources/syntax/shCore.js"></script>
  10. <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
  11. <title>Responsive examples - Responsive DataTables</title>
  12. </head>
  13. <body class="dt-example">
  14. <div class="container">
  15. <section>
  16. <h1>Responsive example <span>Responsive DataTables</span></h1>
  17. <div class="info"></div>
  18. </section>
  19. </div>
  20. <section>
  21. <div class="footer">
  22. <div class="gradient"></div>
  23. <div class="liner">
  24. <div class="toc">
  25. <div class="toc-group">
  26. <h3><a href="./initialisation/index.html">Basic initialisation</a></h3>
  27. <ul class="toc">
  28. <li><a href="./initialisation/className.html">Class name</a></li>
  29. <li><a href="./initialisation/option.html">Configuration option</a></li>
  30. <li><a href="./initialisation/new.html">`new` constructor</a></li>
  31. <li><a href="./initialisation/ajax.html">Ajax data</a></li>
  32. <li><a href="./initialisation/default.html">Default initialisation</a></li>
  33. </ul>
  34. </div>
  35. <div class="toc-group">
  36. <h3><a href="./styling/index.html">Styling</a></h3>
  37. <ul class="toc">
  38. <li><a href="./styling/bootstrap.html">Bootstrap styling</a></li>
  39. <li><a href="./styling/foundation.html">Foundation styling</a></li>
  40. <li><a href="./styling/scrolling.html">Vertical scrolling</a></li>
  41. <li><a href="./styling/compact.html">Compact styling</a></li>
  42. </ul>
  43. </div>
  44. <div class="toc-group">
  45. <h3><a href="./display-control/index.html">Display control</a></h3>
  46. <ul class="toc">
  47. <li><a href="./display-control/auto.html">Automatic column hiding</a></li>
  48. <li><a href="./display-control/classes.html">Class control</a></li>
  49. <li><a href="./display-control/init-classes.html">Assigned class control</a></li>
  50. <li><a href="./display-control/fixedHeader.html">With FixedHeader</a></li>
  51. <li><a href="./display-control/complexHeader.html">Complex headers (rowspan / colspan)</a></li>
  52. </ul>
  53. </div>
  54. <div class="toc-group">
  55. <h3><a href="./child-rows/index.html">Child rows</a></h3>
  56. <ul class="toc">
  57. <li><a href="./child-rows/disable-child-rows.html">Disable child rows</a></li>
  58. <li><a href="./child-rows/column-control.html">Column controlled child rows</a></li>
  59. <li><a href="./child-rows/right-column.html">Column control - right</a></li>
  60. <li><a href="./child-rows/whole-row-control.html">Whole row child row control</a></li>
  61. <li><a href="./child-rows/custom-renderer.html">Custom child row renderer</a></li>
  62. </ul>
  63. </div>
  64. </div>
  65. <div class="epilogue">
  66. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
  67. Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a>
  68. which extend the capabilities of DataTables.</p>
  69. <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
  70. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  71. </div>
  72. </div>
  73. </div>
  74. </section>
  75. </body>
  76. </html>