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

<css lib="datatables colreorder colvis" />
<js lib="jquery datatables colreorder colvis">
<![CDATA[
$(document).ready(function() {
    var table = $('#example').DataTable( {
        dom: 'RC<"clear">lfrtip',
        columnDefs: [
            { visible: false, targets: 1 }
        ]
	} );
} );
]]>
</js>

<title lib="ColReorder">ColVis integration</title>

<info><![CDATA[

ColReorder interfaces with the [ColVis extension](//datatables.net/extensions/colvis) for DataTables by updating the order of the list of columns whenever a reorder is done. This is shown in the example below, where one column has been initially hidden to add extra emphasis to ColVis.

]]></info>

</dt-example>
