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.
31 lines (21 loc) • 884 B
text/xml
<dt-example table-type="html" order="4">
<css lib="datatables colreorder" />
<js lib="jquery datatables colreorder">
<![CDATA[
$(document).ready(function() {
$('#example').dataTable( {
dom: 'Rlfrtip',
colReorder: {
realtime: true
}
} );
} );
]]>
</js>
<title lib="ColReorder">Realtime updating</title>
<info><.
]]></info>
</dt-example>