Sha256: 4c4929f7c0e846fc9bcf1bf2c7cde324f8d1a1e58396b8690a894e5eb632096d

Contents?: true

Size: 769 Bytes

Versions: 1

Compression:

Stored size: 769 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patternfly-sass-1.2.0 tests/components/datatables-colreorder/examples/colvis.xml