i18n.clear
自: DateTime 1.1.0 起
清除按钮文本值。
请注意 - 此属性需要 DataTables 的 DateTime 扩展。
描述
设置 buttons.clear
启用时显示在清除按钮中的字符串。
默认
- 值:
清除
示例
设置清除按钮文本
new DateTime(document.getElementById('test'), {
buttons: {
clear: true
},
i18n: {
clear: 'Empty'
}
});
相关
下列选项直接相关,并在你的应用程序开发中可能也同样有用。