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.
30 lines (21 loc) • 712 B
text/xml
<dt-example table-type="html" order="3">
<css lib="datatables colvis" />
<js lib="jquery datatables colvis">
<![CDATA[
$(document).ready(function() {
$('#example').DataTable( {
"dom": 'C<"clear">lfrtip',
"colVis": {
"buttonText": "Change columns"
}
} );
} );
]]>
</js>
<title lib="ColVis">Custom button text</title>
<info><.
]]></info>
</dt-example>