|
|
|
@ -46,9 +46,9 @@ const columns = [{
|
|
|
|
|
| expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` |
|
|
|
|
|
| footer | Table footer renderer | Function(currentPageData)\|slot-scope | |
|
|
|
|
|
| indentSize | Indent size in pixels of tree data | number | 15 |
|
|
|
|
|
| loading | Loading status of table | boolean\|[object](https://vuecomponent.github.io/ant-design/#/us/components/spin) | `false` |
|
|
|
|
|
| loading | Loading status of table | boolean\|[object](/ant-design/components/spin) | `false` |
|
|
|
|
|
| locale | i18n text including filter, sort, empty text, etc | object | filterConfirm: 'Ok' <br> filterReset: 'Reset' <br> emptyText: 'No Data' |
|
|
|
|
|
| pagination | Pagination [config](#pagination) or [`Pagination`] (/components/pagination/), hide it by setting it to `false` | object | |
|
|
|
|
|
| pagination | Pagination [config](#pagination) or [`Pagination`] (/ant-design/components/pagination/), hide it by setting it to `false` | object | |
|
|
|
|
|
| rowClassName | Row's className | Function(record, index):string | - |
|
|
|
|
|
| rowKey | Row's unique key, could be a string or function that returns a string | string\|Function(record):string | `key` |
|
|
|
|
|
| rowSelection | Row selection [config](#rowSelection) | object | null |
|
|
|
|
@ -143,7 +143,7 @@ Properties for pagination.
|
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
|
| position | specify the position of `Pagination` | 'top' \| 'bottom' \| 'both' | 'bottom' |
|
|
|
|
|
|
|
|
|
|
More about pagination, please check [`Pagination`](/components/pagination/).
|
|
|
|
|
More about pagination, please check [`Pagination`](/ant-design/components/pagination/).
|
|
|
|
|
|
|
|
|
|
### rowSelection
|
|
|
|
|
|
|
|
|
|