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.
25 lines (18 loc) • 728 B
text/xml
<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>