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