Sha256: 27c31813eadfd8574abe92d4caef2fd88bda344a9c2a1ca8bc3991ae9bd47bd1
Contents?: true
Size: 728 Bytes
Versions: 2
Compression:
Stored size: 728 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html-office-edin|html-office-london" table-id="" order="9"> <css lib="datatables colvis" /> <js lib="jquery datatables colvis"> <![CDATA[ $(document).ready(function() { $('table.display').DataTable( { dom: 'C<"clear">lfrtip', displayLength: 5 } ); } ); ]]> </js> <title lib="ColVis">Two tables with individual controls</title> <info><![CDATA[ It can be useful to have DataTables initialise more than one table with a single call can for them to each have individual ColVis controllers. All this requires is a suitable jQuery selector to be used, and DataTables and ColVis will take care of the rest - as shown in this example. ]]></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/two_tables.xml |
patternfly-sass-1.2.0 | tests/components/datatables-colvis/examples/two_tables.xml |