Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 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="../resources/syntax/shCore.css"> |
||
| 8 | <link rel="stylesheet" type="text/css" href="../resources/demo.css"> |
||
| 9 | <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> |
||
| 10 | <script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script> |
||
| 11 | <script type="text/javascript" language="javascript" src="../resources/demo.js"></script> |
||
| 12 | |||
| 13 | <title>DataTables examples - Basic initialisation</title> |
||
| 14 | </head> |
||
| 15 | |||
| 16 | <body class="dt-example"> |
||
| 17 | <div class="container"> |
||
| 18 | <section> |
||
| 19 | <h1>DataTables example <span>Basic initialisation</span></h1> |
||
| 20 | |||
| 21 | <div class="info"> |
||
| 22 | <p>DataTables is very simple to use as a jQuery plug-in with a huge range of customisable option. The |
||
| 23 | examples in this section demonstrate basic initialisation of DataTables and how it can be easily |
||
| 24 | customised by passing an object with the options you want.</p> |
||
| 25 | </div> |
||
| 26 | </section> |
||
| 27 | </div> |
||
| 28 | |||
| 29 | <section> |
||
| 30 | <div class="footer"> |
||
| 31 | <div class="gradient"></div> |
||
| 32 | |||
| 33 | <div class="liner"> |
||
| 34 | <div class="toc"> |
||
| 35 | <div class="toc-group"> |
||
| 36 | <h3><a href="./index.html">Basic initialisation</a></h3> |
||
| 37 | <ul class="toc"> |
||
| 38 | <li><a href="./zero_configuration.html">Zero configuration</a></li> |
||
| 39 | <li><a href="./filter_only.html">Feature enable / disable</a></li> |
||
| 40 | <li><a href="./table_sorting.html">Default ordering (sorting)</a></li> |
||
| 41 | <li><a href="./multi_col_sort.html">Multi-column ordering</a></li> |
||
| 42 | <li><a href="./multiple_tables.html">Multiple tables</a></li> |
||
| 43 | <li><a href="./hidden_columns.html">Hidden columns</a></li> |
||
| 44 | <li><a href="./complex_header.html">Complex headers (rowspan and colspan)</a></li> |
||
| 45 | <li><a href="./dom.html">DOM positioning</a></li> |
||
| 46 | <li><a href="./flexible_width.html">Flexible table width</a></li> |
||
| 47 | <li><a href="./state_save.html">State saving</a></li> |
||
| 48 | <li><a href="./alt_pagination.html">Alternative pagination</a></li> |
||
| 49 | <li><a href="./scroll_y.html">Scroll - vertical</a></li> |
||
| 50 | <li><a href="./scroll_x.html">Scroll - horizontal</a></li> |
||
| 51 | <li><a href="./scroll_xy.html">Scroll - horizontal and vertical</a></li> |
||
| 52 | <li><a href="./scroll_y_theme.html">Scroll - vertical with jQuery UI ThemeRoller</a></li> |
||
| 53 | <li><a href="./comma-decimal.html">Language - Comma decimal place</a></li> |
||
| 54 | <li><a href="./language.html">Language options</a></li> |
||
| 55 | </ul> |
||
| 56 | </div> |
||
| 57 | </div> |
||
| 58 | |||
| 59 | <div class="epilogue"> |
||
| 60 | <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full |
||
| 61 | information about its API properties and methods.<br> |
||
| 62 | Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and |
||
| 63 | <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of |
||
| 64 | DataTables.</p> |
||
| 65 | |||
| 66 | <p class="copyright">DataTables designed and created by <a href= |
||
| 67 | "http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 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> |