@mlink/datatables.net-scroller
Version:
Virtual scrolling plug-in for DataTables
28 lines (21 loc) • 831 B
text/xml
<dt-example table-type="scroller" table-class="display nowrap" order="3" framework="foundation">
<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">Foundation</title>
<info>< framework providing the styling. The [DataTables / Foundation integration](//datatables.net/manual/styling/foundation) prove seamless integration for DataTables to be used in a Foundation page.
]]></info>
</dt-example>