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.

30 lines (21 loc) 712 B
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html" order="3"> <css lib="datatables colvis" /> <js lib="jquery datatables colvis"> <![CDATA[ $(document).ready(function() { $('#example').DataTable( { "dom": 'C<"clear">lfrtip', "colVis": { "buttonText": "Change columns" } } ); } ); ]]> </js> <title lib="ColVis">Custom button text</title> <info><![CDATA[ You may wish to use your own text in the ColVis button - this is done by making use of the `buttonText` initialisation option, as shown in this example. For full information about the ColVis options, please refer to the [ColVis options documentation](//datatables.net/extensions/colvis/options). ]]></info> </dt-example>