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.
34 lines (26 loc) • 892 B
text/xml
<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>