UNPKG

@mlink/datatables.net-scroller

Version:

Virtual scrolling plug-in for DataTables

28 lines (21 loc) 649 B
<?xml version="1.0" encoding="UTF-8" ?> <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><![CDATA[ This example shows DataTables and Scroller being used with [jQuery UI](http://jqueryui.com/) providing the base styling information. ]]></info> </dt-example>