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 - API</title> |
||
| 14 | </head> |
||
| 15 | |||
| 16 | <body class="dt-example"> |
||
| 17 | <div class="container"> |
||
| 18 | <section> |
||
| 19 | <h1>DataTables example <span>API</span></h1> |
||
| 20 | |||
| 21 | <div class="info"> |
||
| 22 | <p>The real power of DataTables can be exploited through the use of the API that it presents. The |
||
| 23 | DataTables API is designed to be simple, consistent and easy to use. The examples in this section show |
||
| 24 | how the API may be used.</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">API</a></h3> |
||
| 37 | <ul class="toc"> |
||
| 38 | <li><a href="./add_row.html">Add rows</a></li> |
||
| 39 | <li><a href="./multi_filter.html">Individual column searching (text inputs)</a></li> |
||
| 40 | <li><a href="./multi_filter_select.html">Individual column searching (select |
||
| 41 | inputs)</a></li> |
||
| 42 | <li><a href="./highlight.html">Highlighting rows and columns</a></li> |
||
| 43 | <li><a href="./row_details.html">Child rows (show extra / detailed information)</a></li> |
||
| 44 | <li><a href="./select_row.html">Row selection (multiple rows)</a></li> |
||
| 45 | <li><a href="./select_single_row.html">Row selection and deletion (single row)</a></li> |
||
| 46 | <li><a href="./form.html">Form inputs</a></li> |
||
| 47 | <li><a href="./counter_columns.html">Index column</a></li> |
||
| 48 | <li><a href="./show_hide.html">Show / hide columns dynamically</a></li> |
||
| 49 | <li><a href="./api_in_init.html">Using API in callbacks</a></li> |
||
| 50 | <li><a href="./tabs_and_scrolling.html">Scrolling and jQuery UI tabs</a></li> |
||
| 51 | <li><a href="./regex.html">Search API (regular expressions)</a></li> |
||
| 52 | </ul> |
||
| 53 | </div> |
||
| 54 | </div> |
||
| 55 | |||
| 56 | <div class="epilogue"> |
||
| 57 | <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full |
||
| 58 | information about its API properties and methods.<br> |
||
| 59 | Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and |
||
| 60 | <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of |
||
| 61 | DataTables.</p> |
||
| 62 | |||
| 63 | <p class="copyright">DataTables designed and created by <a href= |
||
| 64 | "http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2014<br> |
||
| 65 | DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> |
||
| 66 | </div> |
||
| 67 | </div> |
||
| 68 | </div> |
||
| 69 | </section> |
||
| 70 | </body> |
||
| 71 | </html> |