<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="6">

<css lib="datatables colreorder" />
<js lib="jquery datatables colreorder">
<![CDATA[

$(document).ready(function() {
	$('#example').dataTable( {
		dom:     'Rlfrtip',
		scrollY: '200px',
		paging:  false
	} );
} );

]]>
</js>

<title lib="ColReorder">Scrolling table</title>

<info><![CDATA[

This is a simple example to show ColReorder working with DataTables scrolling (`dt-init scrollY` and `dt-init scrollX`).

]]></info>

</dt-example>
