patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
28 lines (19 loc) • 524 B
text/xml
<dt-example table-type="html" order="6">
<css lib="datatables colreorder" />
<js lib="jquery datatables colreorder">
<![CDATA[
$(document).ready(function() {
$('#example').dataTable( {
dom: 'Rlfrtip',
scrollY: '200px',
paging: false
} );
} );
]]>
</js>
<title lib="ColReorder">Scrolling table</title>
<info><![CDATA[
This is a simple example to show ColReorder working with DataTables scrolling (`dt-init scrollY` and `dt-init scrollX`).
]]></info>
</dt-example>