{hero}

language.emptyTable

Since: DataTables 1.10

Table has no records string.

Description

This string is shown when the table is empty of data (regardless of filtering) - i.e. there are zero records in the table.

Type

This option can be given in the following type(s):

Default

  • Value: No data available in table

Example

Set emptyTable string:

new DataTable('#myTable', {
	language: {
		emptyTable: 'No data available in table'
	}
});

Related

The following options are directly related and may also be useful in your application development.