index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 - Initialisation</title>
  12. </head>
  13. <body class="dt-example">
  14. <div class="container">
  15. <section>
  16. <h1>Responsive example <span>Initialisation</span></h1>
  17. <div class="info">
  18. <p>Responsive can be run on a DataTable in a number of different ways:</p>
  19. <ul class="markdown">
  20. <li>By adding the class <code>responsive</code> or <code>dt-responsive</code> to the <code class=
  21. "tag" title="HTML tag">table</code></li>
  22. <li>Using the <a href=
  23. "//datatables.net/extensions/responsive/reference/option/responsive"><code class="option" title=
  24. "Responsive initialisation option">responsive<span>R</span></code></a> option in the DataTables
  25. initialisation</li>
  26. <li>Use the <code>$.fn.dataTable.Responsive</code> constructor.</li>
  27. </ul>
  28. <p>This set of examples demonstrates these initialisation options.</p>
  29. </div>
  30. </section>
  31. </div>
  32. <section>
  33. <div class="footer">
  34. <div class="gradient"></div>
  35. <div class="liner">
  36. <div class="toc">
  37. <div class="toc-group">
  38. <h3><a href="./index.html">Basic initialisation</a></h3>
  39. <ul class="toc">
  40. <li><a href="./className.html">Class name</a></li>
  41. <li><a href="./option.html">Configuration option</a></li>
  42. <li><a href="./new.html">`new` constructor</a></li>
  43. <li><a href="./ajax.html">Ajax data</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>