language.infoFiltered
Since: DataTables 1.10
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 token _MAX_
is dynamically updated - see language.info
for information about all available tokens.
Type
This option can be given in the following type(s):
Default
- Value:
(filtered from _MAX_ total entries)
Example
Alter the filtering information summary string:
$('#example').dataTable( {
"language": {
"infoFiltered": " - filtered from _MAX_ records"
}
} );
Related
The following options are directly related and may also be useful in your application development.