| 875 |
lars |
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="//code.jquery.com/jquery-1.11.3.min.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 DataTables API is designed to be simple, consistent and easy to
|
|
|
23 |
use. The examples in this section show how the API may be used.</p>
|
|
|
24 |
</div>
|
|
|
25 |
</section>
|
|
|
26 |
</div>
|
|
|
27 |
|
|
|
28 |
<section>
|
|
|
29 |
<div class="footer">
|
|
|
30 |
<div class="gradient"></div>
|
|
|
31 |
|
|
|
32 |
<div class="liner">
|
|
|
33 |
<div class="toc">
|
|
|
34 |
<div class="toc-group">
|
|
|
35 |
<h3><a href="./index.html">API</a></h3>
|
|
|
36 |
<ul class="toc">
|
|
|
37 |
<li><a href="./add_row.html">Add rows</a></li>
|
|
|
38 |
<li><a href="./multi_filter.html">Individual column searching (text inputs)</a></li>
|
|
|
39 |
<li><a href="./multi_filter_select.html">Individual column searching (select inputs)</a></li>
|
|
|
40 |
<li><a href="./highlight.html">Highlighting rows and columns</a></li>
|
|
|
41 |
<li><a href="./row_details.html">Child rows (show extra / detailed information)</a></li>
|
|
|
42 |
<li><a href="./select_row.html">Row selection (multiple rows)</a></li>
|
|
|
43 |
<li><a href="./select_single_row.html">Row selection and deletion (single row)</a></li>
|
|
|
44 |
<li><a href="./form.html">Form inputs</a></li>
|
|
|
45 |
<li><a href="./counter_columns.html">Index column</a></li>
|
|
|
46 |
<li><a href="./show_hide.html">Show / hide columns dynamically</a></li>
|
|
|
47 |
<li><a href="./api_in_init.html">Using API in callbacks</a></li>
|
|
|
48 |
<li><a href="./tabs_and_scrolling.html">Scrolling and Bootstrap tabs</a></li>
|
|
|
49 |
<li><a href="./regex.html">Search API (regular expressions)</a></li>
|
|
|
50 |
</ul>
|
|
|
51 |
</div>
|
|
|
52 |
</div>
|
|
|
53 |
|
|
|
54 |
<div class="epilogue">
|
|
|
55 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
56 |
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
|
|
|
57 |
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
|
|
|
58 |
|
|
|
59 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
60 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
</div>
|
|
|
64 |
</section>
|
|
|
65 |
</body>
|
|
|
66 |
</html>
|