Filterable.messages
configurationThe text messages displayed in the filter menu. Use it to customize or localize the filter menu messages.
filterable.messages
ObjectThe text displayed in the tooltip of the additional operator item in filter menu.
Default: "Additional operator"
The text displayed in the tooltip of the additional value item in filter menu.
Default: "Additional value"
filterable.messages.and
StringThe text of the option which represents the "and" logical operation.
Default: "And"
The title of the button that displays the FilterMenu.
The {0} argument represents the field name
Default: "{0} filter column settings"
The label used for the check-all checkbox.
Default: (default :"Select All")
The text of the button which clears the filter.
Default: "Clear"
The text of the button which applies the filter.
Default: "Filter"
filterable.messages.info
StringThe text of the information message on the top of the filter menu.
Default: "Show items with value that: "
The text of the radio button for false values. Displayed when filtering Boolean fields.
Default: "is false"
The text of the radio button for true values. Displayed when filtering Boolean fields.
Default: "is true"
The text displayed in the tooltip of the logic item in filter menu.
Default: "Logic"
The text displayed in the tooltip of the operator item in filter menu.
Default: "Operator"
filterable.messages.or
StringThe text of the option which represents the "or" logical operation.
Default: "Or"
The placeholder of the search input for columns with the search option set to true.
Default: "Search"
The text of the DropDownList displayed in the filter menu for columns whose values option is set.
Default: "-Select value-"
The format string for selected items count in filter menu when search option set to true.
Default: "{0} items selected"
The text rendered for the title attribute of the filter menu form.
Default: "Show items with value that: "
The text displayed in the tooltip of the value item in filter menu.
Default: "Value"