diff --git a/docs/table/index.md b/docs/table/index.md index 2e55b295..d7734080 100644 --- a/docs/table/index.md +++ b/docs/table/index.md @@ -20,6 +20,7 @@ toc: true | API | 描述 | | --- | --- | | var table = layui.table | 获得 `table` 模块。 | +| [table.set(options)](#set) | 设定全局默认属性项 | | [table.render(options)](#render) | table 组件渲染,核心方法。 | | [table.init(filter, options)](#table.init) | 初始化渲染静态表格。 | | [table.reload(id, options, deep)](#table.reload) | 表格完整重载。 | @@ -35,6 +36,25 @@ toc: true | [table.on(\'event(filter)\', callback)](#table.on) | table 相关事件。 | +