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 (18 loc) • 712 B
text/xml
<dt-example table-type="html" order="11">
<css lib="datatables colreorder fixedheader" />
<js lib="jquery datatables colreorder fixedheader">
<![CDATA[
$(document).ready(function() {
var table = $('#example').dataTable( {
dom: 'Rlfrtip'
} );
new $.fn.dataTable.fixedHeader( table );
} );
]]>
</js>
<title lib="ColReorder">FixedHeader integration</title>
<info><![CDATA[
FixedHeader is a particularly useful plug-in for DataTables, allowing a table header to float at the top of a scrolling window. ColReorder works well with FixedHeader, allowing you to reorder columns even using the floating header, as shown in the example below.
]]></info>
</dt-example>