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