index.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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="../../../media/js/jquery.js"></script>
  10. <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
  11. <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
  12. <title>AutoFill examples - AutoFill examples</title>
  13. </head>
  14. <body class="dt-example">
  15. <div class="container">
  16. <section>
  17. <h1>AutoFill example <span>AutoFill examples</span></h1>
  18. <div class="info">
  19. <p>AutoFill gives an Excel like option to a DataTable to click and drag over multiple cells, filling in
  20. information over the selected cells and incrementing numbers as needed.</p>
  21. <p>Thanks to <a href="http://www.phoniax.no/">Phoniax AS</a> for their sponsorship of this plug-in for
  22. DataTables.</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="./index.html">Examples</a></h3>
  33. <ul class="toc">
  34. <li><a href="./simple.html">Basic initialisation</a></li>
  35. <li><a href="./columns.html">Column options</a></li>
  36. <li><a href="./scrolling.html">Scrolling DataTable</a></li>
  37. <li><a href="./fill-both.html">Horizontal and vertical fill</a></li>
  38. <li><a href="./fill-horizontal.html">Horizontal fill</a></li>
  39. <li><a href="./complete-callback.html">Complete callback</a></li>
  40. <li><a href="./step-callback.html">Step callback</a></li>
  41. </ul>
  42. </div>
  43. </div>
  44. <div class="epilogue">
  45. <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
  46. information about its API properties and methods.<br>
  47. Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
  48. <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
  49. DataTables.</p>
  50. <p class="copyright">DataTables designed and created by <a href=
  51. "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
  52. DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
  53. </div>
  54. </div>
  55. </div>
  56. </section>
  57. </body>
  58. </html>