Mercurial > repos > saskia-hiltemann > ireport
comparison DataTables-1.9.4/extras/FixedColumns/docs/index.html @ 0:ac5f9272033b draft
first upload
author | saskia-hiltemann |
---|---|
date | Tue, 01 Jul 2014 11:42:23 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ac5f9272033b |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
5 <title>Table of Contents - documentation</title> | |
6 | |
7 <style type="text/css" media="screen"> | |
8 @import "media/css/doc.css"; | |
9 @import "media/css/shCore.css"; | |
10 @import "media/css/shThemeDataTables.css"; | |
11 </style> | |
12 | |
13 <script type="text/javascript" src="media/js/shCore.js"></script> | |
14 <script type="text/javascript" src="media/js/shBrushJScript.js"></script> | |
15 <script type="text/javascript" src="media/js/jquery.js"></script> | |
16 <script type="text/javascript" src="media/js/doc.js"></script> | |
17 </head> | |
18 <body> | |
19 <div class="fw_container"> | |
20 <a name="top"></a> | |
21 <div class="fw_header"> | |
22 </div> | |
23 | |
24 <div class="fw_content"> | |
25 <h3 class="subsection-title">Table of Contents</h3> | |
26 <dl> | |
27 <dt><a href="FixedColumns.html">FixedColumns</a></dt><dd><p>When making use of DataTables' x-axis scrolling feature, you may wish to | |
28 fix the left most column in place. This plug-in for DataTables provides | |
29 exactly this option (note for non-scrolling tables, please use the <br /> | |
30 FixedHeader plug-in, which can fix headers, footers and columns). Key | |
31 features include: | |
32 <ul class="limit_length"> | |
33 <li>Freezes the left or right most columns to the side of the table</li> | |
34 <li>Option to freeze two or more columns</li> | |
35 <li>Full integration with DataTables' scrolling options</li> | |
36 <li>Speed - FixedColumns is fast in its operation</li> | |
37 </ul></p></dd> | |
38 </dl> | |
39 </div> | |
40 </div> | |
41 | |
42 <div class="fw_footer"> | |
43 FixedColumns: Copyright 2010-2011 Allan Jardine, all rights reserved<br> | |
44 | |
45 Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on | |
46 23th Sep 2012 - 14:27 | |
47 with the <a href="http://datatables.net/">DataTables</a> template. | |
48 </div> | |
49 </body> | |
50 </html> |