Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / FixedHeader / examples / index.html
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="../../../media/js/jquery.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>FixedHeader examples - FixedHeader examples</title>
14 </head>
15
16 <body class="dt-example">
17         <div class="container">
18                 <section>
19                         <h1>FixedHeader example <span>FixedHeader examples</span></h1>
20
21                         <div class="info">
22                                 <p>At times it can be useful to ensure that column titles will remain always visible on a table, even
23                                 when a user scrolls down a table. The FixedHeader plug-in for DataTables will float the <code class=
24                                 "tag" title="HTML tag">thead</code> element above the table at all times to help address this issue.
25                                 The column titles also remain click-able to perform sorting. Key features include:</p>
26
27                                 <ul class="markdown">
28                                         <li>Fix the header to the top of the window</li>
29                                         <li>Ability to fix the footer and left / right columns as well</li>
30                                         <li>z-Index ordering 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="./index.html">Examples</a></h3>
44                                                 <ul class="toc">
45                                                         <li><a href="./simple.html">Basic initialisation</a></li>
46                                                         <li><a href="./header_footer.html">Header and footer fixed</a></li>
47                                                         <li><a href="./top_left_right.html">Header, left and right all fixed</a></li>
48                                                         <li><a href="./two_tables.html">Multiple tables</a></li>
49                                                         <li><a href="./zIndexes.html">z-index order control</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
56                                         information about its API properties and methods.<br>
57                                         Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
58                                         <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
59                                         DataTables.</p>
60
61                                         <p class="copyright">DataTables designed and created by <a href=
62                                         "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br>
63                                         DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
64                                 </div>
65                         </div>
66                 </div>
67         </section>
68 </body>
69 </html>