| 2629 |
vikas |
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="_anonymous__Scroller.html">Scroller</a></dt><dd>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. <br><br>Note that rows in the table MUST all be the same hight. Information in a cell
|
|
|
36 |
which expands on to multiple lines will cause some odd behaviour in the scrolling.<br><br>Scroller is initialised by simply including the letter 'S' in the sDom for the
|
|
|
37 |
table you want to have this feature enabled on. Note that the 'S' must come
|
|
|
38 |
AFTER the 't' parameter in sDom.<br><br>Key features include:
|
|
|
39 |
<ul class="limit_length">
|
|
|
40 |
<li>Speed! The aim of Scroller for DataTables is to make rendering large data sets fast</li>
|
|
|
41 |
<li>Full compatibility with deferred rendering in DataTables 1.8 for maximum speed</li>
|
|
|
42 |
<li>Correct visual scrolling implementation, similar to "infinite scrolling" in DataTable core</li>
|
|
|
43 |
<li>Integration with state saving in DataTables (scrolling position is saved)</li>
|
|
|
44 |
<li>Easy to use</li>
|
|
|
45 |
</ul></dd>
|
|
|
46 |
</dl>
|
|
|
47 |
</div>
|
|
|
48 |
</div>
|
|
|
49 |
|
|
|
50 |
<div class="fw_footer">
|
|
|
51 |
Scroller: Copyright 2011 Allan Jardine, all rights reserved<br>
|
|
|
52 |
|
|
|
53 |
Documentation generated by <a href="https://github.com/micmath/JSDoc">JSDoc 3</a> on
|
|
|
54 |
26th Jun 2011 - 09:41
|
|
|
55 |
with the <a href="http://datatables.net/">DataTables</a> template.
|
|
|
56 |
</div>
|
|
|
57 |
</body>
|
|
|
58 |
</html>
|