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
.
Please note that 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:
Showing 0 to 0 of 0 _ENTRIES-TOTAL_
Example
Show page count:
new DataTable('#myTable', {
language: {
infoEmpty: 'No entries to show'
}
});
Related
The following options are directly related and may also be useful in your application development.