# Table 表格 拓展ElementUI的`el-table` ## 基础用法 基本参数与ElementUI的`el-table`相同。 ::: snippet 支持来自表单的`size`继承 ```html ``` ::: ## 可编辑表格 一般用于表格的静态数据编辑 ::: snippet 设置type为`editable`开启可编辑模式 ```html ``` ::: ## API ## Attribute 属性 参数|说明|类型|可选值|默认值 -|-|-|-|- data | 表格数据 | Array | - | - value | 表格数据(支持v-model) | Array | - | [] columns | 表格列配置 | Array | - | [] type | 表格类型 | String | normal、editable | normal