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.
27 lines (18 loc) • 924 B
text/xml
<dt-example table-type="html" order="2">
<css lib="datatables colvis" />
<js lib="jquery datatables colvis">
<![CDATA[
$(document).ready(function() {
var table = $('#example').DataTable();
var colvis = new $.fn.dataTable.ColVis( table );
$( colvis.button() ).insertAfter('div.info');
} );
]]>
</js>
<title lib="ColVis">`new` initialisation</title>
<info><.
]]></info>
</dt-example>