Table
Table Attributes
Attribute | Description | Type | Accepted Values | Default |
dataSource | Data displayed | Array | —— | —— |
orderBy | Sort field | Object | —— | —— |
stripe | Whether it is zebra pattern | Boolean | —— | false |
bordered | Whether it has a vertical border | Boolean | —— | false |
loading | Whether to show loading animation | Boolean | —— | false |
rowKey | Unique field | string | —— | id |
expendKey | Expand field | string | —— | —— |
selectedItems | Whether to display the multi-select box, and can bind the selected value | Array | —— | —— |
selectionChange | Callback when check box is checked | Function | —— | —— |
Table-Column Attributes
Attribute | Description | Type | Accepted Values | Default |
text | Header field display name | Sting | —— | —— |
field | The only key in the header field | Sting | —— | —— |
width | Header column width | Number | —— | —— |