Sha256: d2855da8a9cc6ebb2a0111c3219b5994deace10d440e826d7ea240be20eec0c4

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 2 rubygems

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