<?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>
