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).
Type
This option can be given in the following type(s):
Default
- Value:
Processing...
Example
Set processing information text:
$('#example').dataTable( {
"language": {
"processing": "DataTables is currently busy"
}
} );
Related
The following options are directly related and may also be useful in your application development.