language.autoFill.button
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
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.