docs(components): [table] add empty slot (#7004)

This commit is contained in:
bqy_fe 2022-04-09 17:56:51 +08:00 committed by GitHub
parent 9b08619a69
commit d9e493f4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,6 +300,7 @@ table/table-layout
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| - | customize default content | Table-column |
| append | Contents to be inserted after the last row. You may need this slot if you want to implement infinite scroll for the table. This slot will be displayed above the summary row if there is one. | — |
| empty | you can customize content when data is empty. | — |
## Table-column Attributes