language.infoEmpty
Since: DataTables 1.10
Table summary information string used when the table is empty of records.
Description
Display information string for when the table is empty. Typically the format of this string should match info
.
Type
This option can be given in the following type(s):
Default
- Value:
Showing 0 to 0 of 0 entries
Example
Show page count:
$('#example').dataTable( {
"language": {
"infoEmpty": "No entries to show"
}
} );
Related
The following options are directly related and may also be useful in your application development.