language.searchBuilder.data
Since: SearchBuilder 1.0.0
Set the placeholder text for the SearchBuilder data select element.
Please note - this property requires the SearchBuilder extension for DataTables.
Description
This will set the placeholder text for the data select element, by default this is 'Data'. This dom element is available in custom conditions and plugins also.
Type
| object
language.searchBuilder.data changes what will be displayed for the placeholder text of the SearchBuilder's data select.
Default
- Value:
Data
Example
Change message for SearchBuilder data:
new DataTable('#myTable', {
language: {
searchBuilder: {
data: 'Column'
}
},
layout: {
top1: 'searchBuilder'
}
});Related
The following options are directly related and may also be useful in your application development.