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.
31 lines (21 loc) • 809 B
text/xml
<dt-example table-type="html" order="7">
<css lib="datatables colreorder" />
<js lib="jquery datatables colreorder">
<![CDATA[
$(document).ready(function() {
$('#example').dataTable( {
dom: 'Rlfrtip',
colReorder: {
order: [ 4, 3, 2, 1, 0, 5 ]
}
} );
} );
]]>
</js>
<title lib="ColReorder">Predefined column ordering</title>
<info><.
]]></info>
</dt-example>