| 8 |
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="../../../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 |
|
|
|
12 |
<title>Responsive examples - Responsive DataTables</title>
|
|
|
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body class="dt-example">
|
|
|
16 |
<div class="container">
|
|
|
17 |
<section>
|
|
|
18 |
<h1>Responsive example <span>Responsive DataTables</span></h1>
|
|
|
19 |
|
|
|
20 |
<div class="info"></div>
|
|
|
21 |
</section>
|
|
|
22 |
</div>
|
|
|
23 |
|
|
|
24 |
<section>
|
|
|
25 |
<div class="footer">
|
|
|
26 |
<div class="gradient"></div>
|
|
|
27 |
|
|
|
28 |
<div class="liner">
|
|
|
29 |
<div class="toc">
|
|
|
30 |
<div class="toc-group">
|
|
|
31 |
<h3><a href="./initialisation/index.html">Basic initialisation</a></h3>
|
|
|
32 |
<ul class="toc">
|
|
|
33 |
<li><a href="./initialisation/className.html">Class name</a></li>
|
|
|
34 |
<li><a href="./initialisation/option.html">Configuration option</a></li>
|
|
|
35 |
<li><a href="./initialisation/new.html">`new` constructor</a></li>
|
|
|
36 |
<li><a href="./initialisation/ajax.html">Ajax data</a></li>
|
|
|
37 |
<li><a href="./initialisation/default.html">Default initialisation</a></li>
|
|
|
38 |
</ul>
|
|
|
39 |
</div>
|
|
|
40 |
|
|
|
41 |
<div class="toc-group">
|
|
|
42 |
<h3><a href="./styling/index.html">Styling</a></h3>
|
|
|
43 |
<ul class="toc">
|
|
|
44 |
<li><a href="./styling/bootstrap.html">Bootstrap styling</a></li>
|
|
|
45 |
<li><a href="./styling/foundation.html">Foundation styling</a></li>
|
|
|
46 |
</ul>
|
|
|
47 |
</div>
|
|
|
48 |
|
|
|
49 |
<div class="toc-group">
|
|
|
50 |
<h3><a href="./display-control/index.html">Display control</a></h3>
|
|
|
51 |
<ul class="toc">
|
|
|
52 |
<li><a href="./display-control/auto.html">Automatic column hiding</a></li>
|
|
|
53 |
<li><a href="./display-control/classes.html">Class control</a></li>
|
|
|
54 |
<li><a href="./display-control/init-classes.html">Assigned class control</a></li>
|
|
|
55 |
<li><a href="./display-control/fixedHeader.html">With FixedHeader</a></li>
|
|
|
56 |
</ul>
|
|
|
57 |
</div>
|
|
|
58 |
|
|
|
59 |
<div class="toc-group">
|
|
|
60 |
<h3><a href="./child-rows/index.html">Child rows</a></h3>
|
|
|
61 |
<ul class="toc">
|
|
|
62 |
<li><a href="./child-rows/disable-child-rows.html">Disable child rows</a></li>
|
|
|
63 |
<li><a href="./child-rows/column-control.html">Column controlled child rows</a></li>
|
|
|
64 |
<li><a href="./child-rows/right-column.html">Column control - right</a></li>
|
|
|
65 |
<li><a href="./child-rows/whole-row-control.html">Whole row child row control</a></li>
|
|
|
66 |
<li><a href="./child-rows/custom-renderer.html">Custom child row renderer</a></li>
|
|
|
67 |
</ul>
|
|
|
68 |
</div>
|
|
|
69 |
</div>
|
|
|
70 |
|
|
|
71 |
<div class="epilogue">
|
|
|
72 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
73 |
Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a>
|
|
|
74 |
which extend the capabilities of DataTables.</p>
|
|
|
75 |
|
|
|
76 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
77 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
78 |
</div>
|
|
|
79 |
</div>
|
|
|
80 |
</div>
|
|
|
81 |
</section>
|
|
|
82 |
</body>
|
|
|
83 |
</html>
|