UNPKG

@mlink/datatables.net-scroller

Version:

Virtual scrolling plug-in for DataTables

28 lines (21 loc) 822 B
<?xml version="1.0" encoding="UTF-8" ?> <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><![CDATA[ This example shows DataTables and the Scroller extension being used with the [Bootstrap](http://getbootstrap.com) 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>