语言.stateRestore.removeJoiner
自:StateRestore 1.0.0 起
设置 StateRestore 移除模态中状态之间使用的连接符。
请注意 - 此属性需要 StateRestore 才能应用于 DataTables 的扩展。
描述
此字符串显示在列表中最后两个状态之间的删除确认模态中。默认值为 ' and '
,这意味着 language.stateRestore.removeConfirm
消息的典型结尾将为 ... 状态 1 和状态 2?
。
类型
默认
- 值:
and
示例
在删除确认模态框中将连接符文本更改为法语
new DataTable('#myTable', {
language: {
stateRestore: {
removeJoiner: ' et '
}
},
layout: {
topStart: {
buttons: ['createState', 'savedStates']
}
}
});
相关
以下选项直接相关,并且可能对您的应用程序开发也有用。