{hero}

语言。按钮。删除状态

起于:StateRestore 1.0.0

设置 StateRestore 删除按钮中的文本。
请注意 - 此属性需要针对 DataTables 的 StateRestore 扩展。

说明

此字符串显示在 StateRestore 的删除按钮中。按钮在 removeState 中得到完整记录。

此处设置的值通过 i18n() 函数传递。

类型

字符串

说明

将在 StateRestore 的删除按钮中显示的字符串。

默认值

  • 值:删除

示例

在删除按钮中更改文本

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

相关内容

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