i18n.error

Since: Editor 1.0

Error message language options.
Please note - this property requires the Editor extension for DataTables.

Description

This option is a namespace for the language strings that Editor uses to report an error to the end user.

Type

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

Example

Use French language string for a general error message:

var editor = new DataTable.Editor({
	ajax: 'php/staff.php',
	table: '#myTable',
	i18n: {
		error: {
			system: 'Une erreur s’est produite, contacter l’administrateur système'
		}
	}
});

Related

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