Sha256: 704fa459790270383b725d708878b555554288fedf532e9ca51fd06db9ddd808
Contents?: true
Size: 892 Bytes
Versions: 2
Compression:
Stored size: 892 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html" order="11"> <css lib="datatables colvis" /> <js lib="jquery datatables colvis"> <![CDATA[ $(document).ready(function() { $('#example').DataTable( { dom: 'C<"clear">lfrtip', columnDefs: [ { visible: false, targets: 2 } ], colVis: { restore: "Restore", showAll: "Show all", showNone: "Show none" } } ); } ); ]]> </js> <title lib="ColVis">Restore / show all</title> <info><. ]]></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/restore.xml |
patternfly-sass-1.2.0 | tests/components/datatables-colvis/examples/restore.xml |