{hero}

语言.按钮.removeAllStates

自:StateRestore 1.0.0

设置 StateRestore 中移除所有按钮的文字。
请注意 - 此属性需要适用于 DataTables 的 StateRestore 扩展。

说明

此字符串显示在 StateRestore 的移除所有按钮中。按钮的完整文件记录请参阅 removeAllStates

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

类型

字符串

说明

将显示在 StateRestore 的移除所有按钮中的字符串。

预设值

  • 值:移除所有状态

示例

更改移除所有按钮中的文字

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

相关

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