From d9e493f4cf018f59160313f49342d6fc101e1fb1 Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Sat, 9 Apr 2022 17:56:51 +0800 Subject: [PATCH] docs(components): [table] add empty slot (#7004) --- docs/en-US/component/table.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en-US/component/table.md b/docs/en-US/component/table.md index 9dac4b4bc5..290e44d691 100644 --- a/docs/en-US/component/table.md +++ b/docs/en-US/component/table.md @@ -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