Sha256: 704fa459790270383b725d708878b555554288fedf532e9ca51fd06db9ddd808

Contents?: true

Size: 892 Bytes

Versions: 2

Compression:

Stored size: 892 Bytes

Contents

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

<css lib="datatables colvis" />
<js lib="jquery datatables colvis">
<![CDATA[
$(document).ready(function() {
	$('#example').DataTable( {
		dom: 'C<"clear">lfrtip',
		columnDefs: [
			{ visible: false, targets: 2 }
		],
		colVis: {
			restore: "Restore",
			showAll: "Show all",
			showNone: "Show none"
		}
	} );
} );
]]>
</js>

<title lib="ColVis">Restore / show all</title>

<info><![CDATA[

This demo of ColVis shows its ability to add "Restore", "Show all" and "Show none" buttons to the list of column visibility options. This is done with the `restore`, `showAll` and `showNone` options which can be enabled individually if needed.

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

]]></info>

</dt-example>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/datatables-colvis/examples/restore.xml
patternfly-sass-1.2.0 tests/components/datatables-colvis/examples/restore.xml