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