docs: 优化文档中的用词细节 (#2571)

This commit is contained in:
贤心
2025-03-19 13:29:09 +08:00
committed by GitHub
parent 094be4ddcc
commit 172957d243
30 changed files with 91 additions and 91 deletions

View File

@@ -527,7 +527,7 @@ initSort: {
```
table.render({
before: function(options){
console.log(options); // 当前实例属性配置
console.log(options); // 当前实例属性
options.where.abc = 123; // 修改或额外追加 where 属性
},
// … // 其它属性