| 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="../../../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="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
|
|
10 |
<script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
|
|
|
11 |
<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
|
|
|
12 |
|
|
|
13 |
<title>FixedColumns examples - FixedColumns examples</title>
|
|
|
14 |
</head>
|
|
|
15 |
|
|
|
16 |
<body class="dt-example">
|
|
|
17 |
<div class="container">
|
|
|
18 |
<section>
|
|
|
19 |
<h1>FixedColumns example <span>FixedColumns examples</span></h1>
|
|
|
20 |
|
|
|
21 |
<div class="info">
|
|
|
22 |
<p>When making use of DataTables' x-axis scrolling feature (<a href="//datatables.net/reference/option/scrollX"><code class="option" title=
|
|
|
23 |
"DataTables initialisation option">scrollX</code></a>), you may wish to fix the left or right most columns in place. This extension for DataTables provides exactly
|
|
|
24 |
this option (for non-scrolling tables, please use the <a href="//datatables.net/extensions/fixedheader">FixedHeader extension</a>, which can fix headers, footers
|
|
|
25 |
and columns). Key features include:</p>
|
|
|
26 |
|
|
|
27 |
<ul class="markdown">
|
|
|
28 |
<li>Freezes the left most column to the side of the table</li>
|
|
|
29 |
<li>Option to freeze two or more columns</li>
|
|
|
30 |
<li>Full integration with DataTables' scrolling options</li>
|
|
|
31 |
</ul>
|
|
|
32 |
</div>
|
|
|
33 |
</section>
|
|
|
34 |
</div>
|
|
|
35 |
|
|
|
36 |
<section>
|
|
|
37 |
<div class="footer">
|
|
|
38 |
<div class="gradient"></div>
|
|
|
39 |
|
|
|
40 |
<div class="liner">
|
|
|
41 |
<div class="toc">
|
|
|
42 |
<div class="toc-group">
|
|
|
43 |
<h3><a href="./initialisation/index.html">Initialisation</a></h3>
|
|
|
44 |
<ul class="toc">
|
|
|
45 |
<li><a href="./initialisation/simple.html">Basic initialisation</a></li>
|
|
|
46 |
<li><a href="./initialisation/left_right_columns.html">Left and right fixed columns</a></li>
|
|
|
47 |
<li><a href="./initialisation/two_columns.html">Multiple fixed columns</a></li>
|
|
|
48 |
<li><a href="./initialisation/right_column.html">Right column only</a></li>
|
|
|
49 |
<li><a href="./initialisation/colvis.html">Column visibility integration</a></li>
|
|
|
50 |
<li><a href="./initialisation/server-side-processing.html">Server-side processing</a></li>
|
|
|
51 |
<li><a href="./initialisation/css_size.html">CSS row sizing</a></li>
|
|
|
52 |
<li><a href="./initialisation/size_fixed.html">Assigned column width</a></li>
|
|
|
53 |
<li><a href="./initialisation/size_fluid.html">Fluid column width</a></li>
|
|
|
54 |
<li><a href="./initialisation/index_column.html">Index column</a></li>
|
|
|
55 |
</ul>
|
|
|
56 |
</div>
|
|
|
57 |
|
|
|
58 |
<div class="toc-group">
|
|
|
59 |
<h3><a href="./styling/index.html">Styling</a></h3>
|
|
|
60 |
<ul class="toc">
|
|
|
61 |
<li><a href="./styling/rowspan.html">Complex headers</a></li>
|
|
|
62 |
<li><a href="./styling/colvis.html">Column visibility integration</a></li>
|
|
|
63 |
<li><a href="./styling/server-side-processing.html">Server-side processing</a></li>
|
|
|
64 |
<li><a href="./styling/col_filter.html">Individual column filtering</a></li>
|
|
|
65 |
<li><a href="./styling/bootstrap.html">Bootstrap</a></li>
|
|
|
66 |
<li><a href="./styling/foundation.html">Foundation</a></li>
|
|
|
67 |
<li><a href="./styling/jqueryui.html">jQuery UI</a></li>
|
|
|
68 |
</ul>
|
|
|
69 |
</div>
|
|
|
70 |
</div>
|
|
|
71 |
|
|
|
72 |
<div class="epilogue">
|
|
|
73 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
74 |
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
|
|
|
75 |
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
|
|
|
76 |
|
|
|
77 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
78 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
79 |
</div>
|
|
|
80 |
</div>
|
|
|
81 |
</div>
|
|
|
82 |
</section>
|
|
|
83 |
</body>
|
|
|
84 |
</html>
|