UNPKG

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
<?xml version="1.0" encoding="UTF-8" ?> <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><![CDATA[ ColReorder provides the ability to specify a column ordering which is not that of the HTML (which typically you will want) through the parameter `colReorder.order`. This is an array of integers with the column ordering you want. For full information about the ColReorder options, please refer to the [ColReorder options documentation](//datatables.net/extensions/colreorder/options). ]]></info> </dt-example>