{hero}

language.autoFill.button

Since: AutoFill 2.0.0

Multi-fill selector button text.
Please note - this property requires the AutoFill extension for DataTables.

Description

This option gives the ability to customise the text shown in the multi-fill selector buttons. The end user will click these buttons to select what fill type to use when multiple fills are available.

Type

string

Description:

The text to show in the select button for the fill options list. This string can contain HTML for additional styling options.

Default

  • Value: >

Example

Set a fill type information message:

new DataTable('#myTable', {
	language: {
		autoFill: {
			button: 'Go!'
		}
	},
	autoFill: true
});

Related

The following options are directly related and may also be useful in your application development.