Sha256: d22e45ceb8a6b13fcd329cd746a72be4c973dd4f63cc09ff2b0bc50ad268f0fb

Contents?: true

Size: 809 Bytes

Versions: 1

Compression:

Stored size: 809 Bytes

Contents

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

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

$(document).ready(function() {
	$('#example').dataTable( {
		dom: 'Rlfrtip',
		colReorder: {
			order: [ 4, 3, 2, 1, 0, 5 ]
		}
	} );
} );

]]>
</js>

<title lib="ColReorder">Predefined column ordering</title>

<info><![CDATA[

ColReorder provides the ability to specify a column ordering which is not that of the HTML (which typically you will want) through the parameter `colReorder.order`. This is an array of integers with the column ordering you want.

For full information about the ColReorder options, please refer to the [ColReorder options documentation](//datatables.net/extensions/colreorder/options).

]]></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/predefined.xml