mirror of
https://gitee.com/layui/layui.git
synced 2025-10-07 23:24:32 +08:00
docs: 优化文档中的用词细节 (#2571)
This commit is contained in:
@@ -527,7 +527,7 @@ initSort: {
|
||||
```
|
||||
table.render({
|
||||
before: function(options){
|
||||
console.log(options); // 当前实例属性配置项
|
||||
console.log(options); // 当前实例属性选项
|
||||
options.where.abc = 123; // 修改或额外追加 where 属性
|
||||
},
|
||||
// … // 其它属性
|
||||
|
Reference in New Issue
Block a user