{hero}

language.buttons.updateState

自:StateRestore 1.0.0

在 StateRestore 更新按钮中设置文本。
请注意 - 此属性需要 DataTables 的 StateRestore 扩展。

说明

此字符串显示在 StateRestore 的更新按钮中。按钮在 updateState 完全记录。

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

类型

字符串

说明

将在 StateRestore 的更新按钮中显示的字符串。

默认值

  • 值:更新

示例

更改更新按钮中的文本

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

相关

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