@mlink/datatables.net-scroller
Version:
Virtual scrolling plug-in for DataTables
28 lines (21 loc) • 649 B
text/xml
<dt-example table-type="scroller" table-class="display nowrap" order="5" framework="jqueryui">
<css lib="datatables scroller" />
<js lib="jquery datatables scroller">
<![CDATA[
$(document).ready(function() {
$('#example').DataTable( {
ajax: "../data/2500.txt",
deferRender: true,
scrollY: 200,
scrollCollapse: true,
scroller: true
} );
} );
]]>
</js>
<title lib="Scroller">jQuery UI</title>
<info>< providing the base styling information.
]]></info>
</dt-example>