{hero}

语言。stateRestore。removeError

自:StateRestore 1.0.0

设置删除状态时显示的错误消息。
请注意 - 此属性需要 DataTables 的 StateRestore 扩展。

描述

此字符串显示在 remove 模式中,表示删除状态时发生错误。

类型

字符串

描述

错误发生时,显示在 remove 模式中的字符串。

默认

  • 值:无法删除状态。

示例

在 remove 确认模式中更改文本

new DataTable('#myTable', {
	language: {
		stateRestore: {
			removeError: 'ERROR!'
		}
	},
	layout: {
		topStart: {
			buttons: ['createState', 'savedStates']
		}
	}
});

关联

以下选项是直接关联的,在您的应用程序开发中也可能有用。