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.

27 lines (20 loc) 793 B
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html" order="6"> <css lib="datatables colvis" /> <js lib="jquery datatables colvis"> <![CDATA[ $(document).ready(function() { $('#example').DataTable( { dom: 'C<"clear">lfrtip', colVis: { order: 'alpha' } } ); } ); ]]> </js> <title lib="ColVis">Button ordering</title> <info><![CDATA[ The list of columns that ColVis displays has two options for the order in which they are displayed. The default mode of operation is to show the buttons in the same order as they appear in the HTML table, but the second mode of operation is to show the buttons in alphabetical order. This is done by specifying the `order` option, set to `alpha`. Alphabetical button ordering is shown in this example. ]]></info> </dt-example>