Sha256: 56308c03b731d4f80bb9936bdb5b40d7e6588f5c12c9940df310f62f8a87e788

Contents?: true

Size: 627 Bytes

Versions: 1

Compression:

Stored size: 627 Bytes

Contents

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

<css lib="datatables colreorder" />
<js lib="jquery datatables colreorder">
<![CDATA[
$(document).ready(function() {
	var table = $('#example').DataTable();

	new $.fn.dataTable.ColReorder( table );
} );
]]>
</js>

<title lib="ColReorder">Initialisation using `new`</title>

<info><![CDATA[

As well as providing the option to be initialised through the `R` option of `dt-init dom`, ColReorder can also be added to a DataTable using direct initialisation - `new $.fn.dataTable.ColReorder();` as shown in this example.

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