index.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 - Styling</title>
  12. </head>
  13. <body class="dt-example">
  14. <div class="container">
  15. <section>
  16. <h1>Responsive example <span>Styling</span></h1>
  17. <div class="info">
  18. <p>Responsive requires very little styling information of its own, with styling needed only for the
  19. child row display when the table has been collapsed. As such, integrating Responsive with your
  20. application should be as simple as including the Javascript and base stylesheet! This section shows
  21. Responsive being styling using external CSS frameworks.</p>
  22. </div>
  23. </section>
  24. </div>
  25. <section>
  26. <div class="footer">
  27. <div class="gradient"></div>
  28. <div class="liner">
  29. <div class="toc">
  30. <div class="toc-group">
  31. <h3><a href="./index.html">Styling</a></h3>
  32. <ul class="toc">
  33. <li><a href="./bootstrap.html">Bootstrap styling</a></li>
  34. <li><a href="./foundation.html">Foundation styling</a></li>
  35. </ul>
  36. </div>
  37. </div>
  38. <div class="epilogue">
  39. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
  40. information about its API properties and methods.<br>
  41. Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
  42. <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
  43. DataTables.</p>
  44. <p class="copyright">DataTables designed and created by <a href=
  45. "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
  46. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  47. </div>
  48. </div>
  49. </div>
  50. </section>
  51. </body>
  52. </html>