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

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

<title lib="ColVis">Custom button text</title>

<info><![CDATA[

You may wish to use your own text in the ColVis button - this is done by making use of the `buttonText` initialisation option, as shown in this example.

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


]]></info>

</dt-example>
