Add datatables-1.9.4 and jquery-1.10.2 libraries
[proteocache.git] / webapp / resources / datatables-1.9.4 / extras / Scroller / media / docs / index.html
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="Scroller.html">Scroller</a></dt><dd><p>Scroller is a virtual rendering plug-in for DataTables which allows large
28 datasets to be drawn on screen every quickly. What the virtual rendering means
29 is that only the visible portion of the table (and a bit to either side to make
30 the scrolling smooth) is drawn, while the scrolling container gives the 
31 visual impression that the whole table is visible. This is done by making use
32 of the pagination abilities of DataTables and moving the table around in the
33 scrolling container DataTables adds to the page. The scrolling container is
34 forced to the height it would be for the full table display using an extra 
35 element. </p>
36
37 <p>Note that rows in the table MUST all be the same height. Information in a cell
38 which expands on to multiple lines will cause some odd behaviour in the scrolling.</p>
39
40 <p>Scroller is initialised by simply including the letter 'S' in the sDom for the
41 table you want to have this feature enabled on. Note that the 'S' must come
42 AFTER the 't' parameter in sDom.</p>
43
44 <p>Key features include:
45   <ul class="limit_length">
46     <li>Speed! The aim of Scroller for DataTables is to make rendering large data sets fast</li>
47     <li>Full compatibility with deferred rendering in DataTables 1.9 for maximum speed</li>
48     <li>Correct visual scrolling implementation, similar to "infinite scrolling" in DataTable core</li>
49     <li>Integration with state saving in DataTables (scrolling position is saved)</li>
50     <li>Easy to use</li>
51   </ul></p></dd>
52                                 </dl>
53                         </div>
54                 </div>
55
56                 <div class="fw_footer">
57                         Scroller: Copyright 2011-2012 Allan Jardine, all rights reserved<br>
58
59                         Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
60                         23th Sep 2012 - 14:28
61                         with the <a href="http://datatables.net/">DataTables</a> template.
62                 </div>
63         </body>
64 </html>