You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| itemLayout | The layout of list, default is \`horizontal\`, If a vertical list is desired, set the itemLayout property to \`vertical\` | string | - |
31
-
| rowKey | Item's unique key, could be a string or function that returns a string | string|Function(record):string | \`key\` |
32
-
| loading | Shows a loading indicator while the contents of the list are being fetched | boolean|[object](https://ant.design/components/spin-cn/#API) ([more](https://github.com/ant-design/ant-design/issues/8659)) | false |
33
-
| loadMore | Shows a load more content | string|ReactNode | - |
31
+
| rowKey | Item's unique key, could be a string or function that returns a string | string\\|Function(record):string | \`key\` |
32
+
| loading | Shows a loading indicator while the contents of the list are being fetched | boolean\\|[object](https://ant.design/components/spin-cn/#API) ([more](https://github.com/ant-design/ant-design/issues/8659)) | false |
33
+
| loadMore | Shows a load more content | string\\|ReactNode | - |
34
34
| locale | i18n text including empty text | object | emptyText: 'No Data' <br> |
35
-
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean | object | false |
35
+
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean \\| object | false |
36
36
| split | Toggles rendering of the split under the list item | boolean | true |
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean \\| object | false |
59
59
| split | Toggles rendering of the split under the list item | boolean | true |
| itemLayout | The layout of list, default is \`horizontal\`, If a vertical list is desired, set the itemLayout property to \`vertical\` | string | - |
68
-
| rowKey | Item's unique key, could be a string or function that returns a string | string|Function(record):string | \`key\` |
69
-
| loading | Shows a loading indicator while the contents of the list are being fetched | boolean|[object](https://ant.design/components/spin-cn/#API) ([more](https://github.com/ant-design/ant-design/issues/8659)) | false |
70
-
| loadMore | Shows a load more content | string|ReactNode | - |
71
-
| locale | i18n text including empty text | object | emptyText: 'No Data' <br> |
72
-
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean | object | false |
73
-
| split | Toggles rendering of the split under the list item | boolean | true |
| itemLayout | The layout of list, default is \`horizontal\`, If a vertical list is desired, set the itemLayout property to \`vertical\` | string | - |
68
+
| rowKey | Item's unique key, could be a string or function that returns a string | string\\|Function(record):string | \`key\` |
69
+
| loading | Shows a loading indicator while the contents of the list are being fetched | boolean\\|[object](https://ant.design/components/spin-cn/#API) ([more](https://github.com/ant-design/ant-design/issues/8659)) | false |
70
+
| loadMore | Shows a load more content | string\\|ReactNode | - |
71
+
| locale | i18n text including empty text | object | emptyText: 'No Data' <br> |
72
+
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean \\| object | false |
73
+
| split | Toggles rendering of the split under the list item | boolean | true |
0 commit comments