Sha256: 82b363a8d2565c68622bb186a194d2572c81a6f059c77764b352da307cee1c6e
Contents?: true
Size: 712 Bytes
Versions: 1
Compression:
Stored size: 712 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" ?> <dt-example table-type="html" order="11"> <css lib="datatables colreorder fixedheader" /> <js lib="jquery datatables colreorder fixedheader"> <![CDATA[ $(document).ready(function() { var table = $('#example').dataTable( { dom: 'Rlfrtip' } ); new $.fn.dataTable.fixedHeader( table ); } ); ]]> </js> <title lib="ColReorder">FixedHeader integration</title> <info><![CDATA[ FixedHeader is a particularly useful plug-in for DataTables, allowing a table header to float at the top of a scrolling window. ColReorder works well with FixedHeader, allowing you to reorder columns even using the floating header, as shown in the example below. ]]></info> </dt-example>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patternfly-sass-1.2.0 | tests/components/datatables-colreorder/examples/fixedheader.xml |