Browse Source

Fix loading link locale and name (#22423)

pull/22429/head
Yuri Roncella 5 years ago
committed by GitHub
parent
commit
e7a453734f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/list/index.en-US.md

2
components/list/index.en-US.md

@ -23,7 +23,7 @@ A list can be used to display content related to a single subject. The content c
| header | List header renderer | string\|ReactNode | - | |
| itemLayout | The layout of list, default is `horizontal`, If a vertical list is desired, set the itemLayout property to `vertical` | string | - | |
| rowKey | Item's unique key, could be a string or function that returns a string | string\|Function(record):string | `key` | |
| 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 | |
| loading | Shows a loading indicator while the contents of the list are being fetched | boolean\|[SpinProps](https://ant.design/components/spin/#API) ([more](https://github.com/ant-design/ant-design/issues/8659)) | false | |
| loadMore | Shows a load more content | string\|ReactNode | - | |
| locale | i18n text including empty text | object | emptyText: 'No Data' <br> | |
| pagination | Pagination [config](https://ant.design/components/pagination/), hide it by setting it to false | boolean \| object | false | |

Loading…
Cancel
Save