支持ele-pro-table、el-table 的全部屬性[EleAdmin開發文檔](https://www.eleadmin.com/doc/eleadmin/#/protable?id=props)
,pagination 屬性是拆平了,此外增加的屬性有:
| 屬性 | 說明 | 類型 | 默認值 |
| --- | --- | --- | --- |
| refid | [*必填] 網格列表配置文件 | string | 空 |
| autoRead | 是否加載數據(默認加載) | Boolean| true |
| limit| 每頁條數 | Number | 20|
| isPaging | 顯示分頁 | Boolean | true |
| width | 列表寬度 | String | 100% |
| url | 數據源請求地址 | String | 空 |
| datasource | 數據集 | String | 空 |
| configuration | 網格配置 | String | 空 |
| filters | 搜索條件 | String | 空 |