language.infoFiltered
Appended string to the summary information when the table is filtered.
Description
When a user filters the information in a table, this string is appended to the information (info
) to give an idea of how strong the filtering is.
The tokens _MAX_
and _ENTRIES-MAX_
are dynamically updated - see language.info
for information about all available tokens; the same string substitutions available in language.info
are also available in this property.
Type
This option can be given in the following type(s):
Default
- Value:
(filtered from _MAX_ total _ENTRIES-MAX_)
Example
Alter the filtering information summary string:
new DataTable('#myTable', {
language: {
infoFiltered: ' - filtered from _MAX_ records'
}
});
Related
The following options are directly related and may also be useful in your application development.