i18n.edit

Since: Editor 1.0

Edit display 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 as part of the edit button that Editor provides for easy row editing.

Type

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

Example

Use French language strings for the edit button:

var editor = new DataTable.Editor({
	ajax: 'php/staff.php',
	table: '#myTable',
	i18n: {
		edit: {
			button: 'Modifier',
			title: 'Modifier entrée',
			submit: 'Actualiser'
		}
	}
});

Related

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