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