PageRenderTime 24ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/public/DataTables/extensions/Responsive/examples/index.html

https://gitlab.com/dae.nuli/resep
HTML | 161 lines | 161 code | 0 blank | 0 comment | 0 complexity | d19a6917d54e1944d03c58d6cd976bb4 MD5 | raw file
  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">
  10. </script>
  11. <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js">
  12. </script>
  13. <title>Responsive examples - Responsive</title>
  14. </head>
  15. <body class="dt-example">
  16. <div class="container">
  17. <section>
  18. <h1>Responsive example <span>Responsive</span></h1>
  19. <div class="info">
  20. <p>In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension
  21. for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the
  22. table.</p>
  23. </div>
  24. </section>
  25. </div>
  26. <section>
  27. <div class="footer">
  28. <div class="gradient"></div>
  29. <div class="liner">
  30. <div class="toc">
  31. <div class="toc-group">
  32. <h3><a href="./initialisation/index.html">Basic initialisation</a></h3>
  33. <ul class="toc">
  34. <li>
  35. <a href="./initialisation/className.html">Class name</a>
  36. </li>
  37. <li>
  38. <a href="./initialisation/option.html">Configuration option</a>
  39. </li>
  40. <li>
  41. <a href="./initialisation/new.html">`new` constructor</a>
  42. </li>
  43. <li>
  44. <a href="./initialisation/ajax.html">Ajax data</a>
  45. </li>
  46. <li>
  47. <a href="./initialisation/default.html">Default initialisation</a>
  48. </li>
  49. </ul>
  50. </div>
  51. <div class="toc-group">
  52. <h3><a href="./display-types/index.html">Display-types</a></h3>
  53. <ul class="toc">
  54. <li>
  55. <a href="./display-types/immediateShow.html">Immediately show hidden details</a>
  56. </li>
  57. <li>
  58. <a href="./display-types/modal.html">Modal details display</a>
  59. </li>
  60. <li>
  61. <a href="./display-types/bootstrap-modal.html">Bootstrap modal</a>
  62. </li>
  63. <li>
  64. <a href="./display-types/bootstrap4-modal.html">Bootstrap 4 modal</a>
  65. </li>
  66. <li>
  67. <a href="./display-types/foundation-modal.html">Foundation modal</a>
  68. </li>
  69. <li>
  70. <a href="./display-types/semanticui-modal.html">Semantic UI modal</a>
  71. </li>
  72. <li>
  73. <a href="./display-types/jqueryui-modal.html">jQuery UI modal</a>
  74. </li>
  75. </ul>
  76. </div>
  77. <div class="toc-group">
  78. <h3><a href="./column-control/index.html">Column-control</a></h3>
  79. <ul class="toc">
  80. <li>
  81. <a href="./column-control/auto.html">Automatic column hiding</a>
  82. </li>
  83. <li>
  84. <a href="./column-control/columnPriority.html">Column priority</a>
  85. </li>
  86. <li>
  87. <a href="./column-control/classes.html">Class control</a>
  88. </li>
  89. <li>
  90. <a href="./column-control/init-classes.html">Assigned class control</a>
  91. </li>
  92. <li>
  93. <a href="./column-control/column-visibility.html">With Buttons - Column visibility</a>
  94. </li>
  95. <li>
  96. <a href="./column-control/fixedHeader.html">With FixedHeader</a>
  97. </li>
  98. <li>
  99. <a href="./column-control/colreorder.html">With ColReorder</a>
  100. </li>
  101. </ul>
  102. </div>
  103. <div class="toc-group">
  104. <h3><a href="./child-rows/index.html">Child rows</a></h3>
  105. <ul class="toc">
  106. <li>
  107. <a href="./child-rows/disable-child-rows.html">Disable child rows</a>
  108. </li>
  109. <li>
  110. <a href="./child-rows/column-control.html">Column controlled child rows</a>
  111. </li>
  112. <li>
  113. <a href="./child-rows/right-column.html">Column control - right</a>
  114. </li>
  115. <li>
  116. <a href="./child-rows/whole-row-control.html">Whole row child row control</a>
  117. </li>
  118. <li>
  119. <a href="./child-rows/custom-renderer.html">Custom child row renderer</a>
  120. </li>
  121. </ul>
  122. </div>
  123. <div class="toc-group">
  124. <h3><a href="./styling/index.html">Styling</a></h3>
  125. <ul class="toc">
  126. <li>
  127. <a href="./styling/bootstrap.html">Bootstrap styling</a>
  128. </li>
  129. <li>
  130. <a href="./styling/bootstrap4.html">Bootstrap 4 styling</a>
  131. </li>
  132. <li>
  133. <a href="./styling/foundation.html">Foundation styling</a>
  134. </li>
  135. <li>
  136. <a href="./styling/semanticui.html">Semantic UI</a>
  137. </li>
  138. <li>
  139. <a href="./styling/jqueryui.html">jQuery UI styling</a>
  140. </li>
  141. <li>
  142. <a href="./styling/compact.html">Compact styling</a>
  143. </li>
  144. <li>
  145. <a href="./styling/scrolling.html">Vertical scrolling</a>
  146. </li>
  147. </ul>
  148. </div>
  149. </div>
  150. <div class="epilogue">
  151. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
  152. Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
  153. "http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
  154. <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2016<br>
  155. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  156. </div>
  157. </div>
  158. </div>
  159. </section>
  160. </body>
  161. </html>