{hero}

language.stateRestore.renameTitle

自:StateRestore 1.0.0 起

设置 StateRestore 重命名模式中显示的标题。
请注意 - 此属性需要 StateRestore 为 DataTables 的扩展。

说明

此字符串显示为重命名模式中的标题,用于确认用户希望重命名给定状态。

类型

字符串

说明

将在重命名模式中显示为标题的字符串。

默认

  • 值:重命名状态

示例

更改重命名模式标题

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

相关

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