{hero}

language.buttons.removeState

Since: StateRestore 1.0.0

Set the text within the StateRestore remove button.
Please note - this property requires the StateRestore extension for DataTables.

Description

This string is displayed in StateRestore's remove button. The button is fully documented at removeState.

The value set here is passed through the i18n() function.

Type

string

Description:

The string that will be displayed within StateRestore's remove button.

Default

  • Value: Remove

Example

Change text within remove button:

new DataTable('#myTable', {
	language: {
		buttons: {
			removeState: 'Remove'
		}
	},
	layout: {
		topStart: {
			buttons: ['createState', 'savedStates']
		}
	}
});

Related

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