Sha256: af24e342f3d9d8edf1914cc4cb56b895b7a8cc116f30b28df4a10c176ce5cac1

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 Bytes

Contents

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

<css lib="datatables colvis" />
<js lib="jquery datatables colvis">
<![CDATA[
$(document).ready(function() {
	$('#example').DataTable( {
		dom: 'C<"clear">lfrtip',
		colVis: {
			activate: "mouseover"
		}
	} );
} );
]]>
</js>

<title lib="ColVis">Mouseover activation</title>

<info><![CDATA[

The default activation (showing the columns list) for ColVis is for the user to click the button. This can be altered to a `mouseover` activation by making use of the `activate` initialisation option and setting it to `dt-string mouseover`. This is shown in the example below.

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/mouseover.xml
patternfly-sass-1.2.0 tests/components/datatables-colvis/examples/mouseover.xml