File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ export default class DataFactory {
8989
9090# API
9191Table
92- Property | Description | Type | Default
92+
93+ | Property | Description | Type | Default |
9394---|---|---|---
9495dataSource | data record array to be rendered | any[ ] | [ ]
9596columns | columns of table | Column[ ] | [ ]
@@ -98,8 +99,9 @@ renderCell | render function | function | undefined
9899height | table height | number | 240
99100
100101Column
101- Property | Description | Type | Default
102+
103+ | Property | Description | Type | Default |
102104---|---|---|---
103105title | title of this column | string | -
104106dataIndex | display field of the data record | string | -
105- width | width of this column | number | -
107+ width | width of this column | number | -
You can’t perform that action at this time.
0 commit comments