Sha256: 36a1384d024e6868f79daab7c4db8af6c227c3bf596fbf972ff2e746776c6876
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html" order="1"> <css lib="datatables colvis" /> <js lib="jquery datatables colvis"> <![CDATA[ $(document).ready(function() { $('#example').DataTable( { dom: 'C<"clear">lfrtip' } ); } ); ]]> </js> <title lib="ColVis">Basic initialisation</title> <info><![CDATA[ ColVis is a plug-in for DataTables which presents a list of all columns to a user and allows them to select which ones they wish to be visible. Click the 'Show / hide columns' button to be presented with a list of columns in the table, and click the buttons to show and hide them as you wish. ColVis is added to a DataTable by specifying the `C` option for `dt-init dom`. The example below shows the ColVis button added to the table with a clearing element after it. ]]></info> </dt-example>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/datatables-colvis/examples/simple.xml |
patternfly-sass-1.2.0 | tests/components/datatables-colvis/examples/simple.xml |