language.stateRestore.renameTitle
自:StateRestore 1.0.0 起
設定在 StateRestore 重新命名模式視窗中顯示的標題。
請注意 - 此屬性需要 DataTables 的 StateRestore 擴展。
描述
此字串會顯示在重新命名模式視窗中,確認使用者想要重新命名給定的狀態。
類型
預設值
- 值:
重新命名狀態
範例
變更重新命名模式視窗標題
new DataTable('#myTable', {
language: {
stateRestore: {
renameTitle: 'Rename'
}
},
layout: {
topStart: {
buttons: ['createState', 'savedStates']
}
}
});
相關
下列選項直接相關,在您的應用程式開發中也可能很有用。