index.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. </ul>
  33. </div>
  34. <div class="toc-group">
  35. <h3><a href="./styling/index.html">Styling</a></h3>
  36. <ul class="toc">
  37. <li><a href="./styling/bootstrap.html">Bootstrap styling</a></li>
  38. <li><a href="./styling/foundation.html">Foundation styling</a></li>
  39. </ul>
  40. </div>
  41. <div class="toc-group">
  42. <h3><a href="./display-control/index.html">Display control</a></h3>
  43. <ul class="toc">
  44. <li><a href="./display-control/auto.html">Automatic column hiding</a></li>
  45. <li><a href="./display-control/classes.html">Class control</a></li>
  46. <li><a href="./display-control/init-classes.html">Assigned class control</a></li>
  47. </ul>
  48. </div>
  49. <div class="toc-group">
  50. <h3><a href="./child-rows/index.html">Child rows</a></h3>
  51. <ul class="toc">
  52. <li><a href="./child-rows/disable-child-rows.html">Disable child rows</a></li>
  53. <li><a href="./child-rows/column-control.html">Column controlled child rows</a></li>
  54. <li><a href="./child-rows/right-column.html">Column control - right</a></li>
  55. <li><a href="./child-rows/whole-row-control.html">Whole row child row control</a></li>
  56. <li><a href="./child-rows/custom-renderer.html">Custom child row renderer</a></li>
  57. </ul>
  58. </div>
  59. </div>
  60. <div class="epilogue">
  61. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
  62. information about its API properties and methods.<br>
  63. Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
  64. <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
  65. DataTables.</p>
  66. <p class="copyright">DataTables designed and created by <a href=
  67. "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
  68. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  69. </div>
  70. </div>
  71. </div>
  72. </section>
  73. </body>
  74. </html>