language.autoFill.cancel
Since: AutoFill 2.0.0
Multi-fill selector cancel option message.
Please note - this property requires the AutoFill extension for DataTables.
Description
If the multi-fill selector is shown it will always contain a cancel option that the end user can select to have no update performed on the table. This option provides the ability to customise the cancel message shown in the selector.
Type
Default
- Value:
Cancel
Example
Set a fill type information message:
new DataTable('#myTable', {
language: {
autoFill: {
cancel: 'Close and perform no updates'
}
},
autoFill: true
});