{hero}

language.processing

Since: DataTables 1.10

Processing indicator string.

Description

Text that is displayed when the table is processing a user action (usually a sort command or similar).

Please note that prior to DataTables 1.12 the default for this parameter was Processing.... The processing indicator in 1.12 has been updated to use a CSS animation to indicate that a loading action is taking place. A text string can still be added if needed.

Type

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

Default

  • Value: {Empty string}

Example

Set processing information text:

new DataTable('#myTable', {
	language: {
		processing: 'DataTables is currently busy'
	}
});

Related

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