language.autoFill.info
Information message shown at the top of the fill type selector.
Please note - this property requires the AutoFill extension for DataTables.
Description
AutoFill's fill selector box (shown when there are multiple fill options available) has the ability to show an information message at the top of the box. This can be used to explain to the end user why the box is being shown and what action they should take.
Type
string
- Description:
String to be shown at the top of the data fill selection method. This string can contain HTML for additional styling options.
Default
- Value:
Example
Set a fill type information message:
new DataTable('#myTable', {
language: {
autoFill: {
info: 'Select a data fill type:'
}
},
autoFill: true
});
Related
The following options are directly related and may also be useful in your application development.