| 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 - Display control</title>
|
|
|
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body class="dt-example">
|
|
|
16 |
<div class="container">
|
|
|
17 |
<section>
|
|
|
18 |
<h1>Responsive example <span>Display control</span></h1>
|
|
|
19 |
|
|
|
20 |
<div class="info">
|
|
|
21 |
<p>Responsive has two basic modes of operation for controlling the visibility of columns at different display sizes. These two modes can be using either separately
|
|
|
22 |
or together:</p>
|
|
|
23 |
|
|
|
24 |
<ul class="markdown">
|
|
|
25 |
<li>Manually assigned class names for breakpoints - Assign a column a class name to tell Responsive which breakpoint(s) to show it in.</li>
|
|
|
26 |
<li>Automatically - for columns without a breakpoint class name, it will be automatically removed if there is no room available on screen to show it. Columns
|
|
|
27 |
are removed from the right, moving left.</li>
|
|
|
28 |
</ul>
|
|
|
29 |
|
|
|
30 |
<p>This section explores these two options.</p>
|
|
|
31 |
</div>
|
|
|
32 |
</section>
|
|
|
33 |
</div>
|
|
|
34 |
|
|
|
35 |
<section>
|
|
|
36 |
<div class="footer">
|
|
|
37 |
<div class="gradient"></div>
|
|
|
38 |
|
|
|
39 |
<div class="liner">
|
|
|
40 |
<div class="toc">
|
|
|
41 |
<div class="toc-group">
|
|
|
42 |
<h3><a href="./index.html">Display control</a></h3>
|
|
|
43 |
<ul class="toc">
|
|
|
44 |
<li><a href="./auto.html">Automatic column hiding</a></li>
|
|
|
45 |
<li><a href="./classes.html">Class control</a></li>
|
|
|
46 |
<li><a href="./init-classes.html">Assigned class control</a></li>
|
|
|
47 |
<li><a href="./fixedHeader.html">With FixedHeader</a></li>
|
|
|
48 |
</ul>
|
|
|
49 |
</div>
|
|
|
50 |
</div>
|
|
|
51 |
|
|
|
52 |
<div class="epilogue">
|
|
|
53 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
54 |
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>
|
|
|
55 |
which extend the capabilities of DataTables.</p>
|
|
|
56 |
|
|
|
57 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
58 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
59 |
</div>
|
|
|
60 |
</div>
|
|
|
61 |
</div>
|
|
|
62 |
</section>
|
|
|
63 |
</body>
|
|
|
64 |
</html>
|