From 3a98c44356ae221495698425056fb35eb3666f71 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 25 Sep 2021 18:24:17 +0800 Subject: [PATCH] doc: update table doc --- components/table/index.en-US.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/table/index.en-US.md b/components/table/index.en-US.md index 685bf72ac..1fcea9361 100644 --- a/components/table/index.en-US.md +++ b/components/table/index.en-US.md @@ -188,10 +188,9 @@ type Breakpoint = 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs'; ### ColumnGroup -| Property | Description | Type | Default | -| --- | --- | --- | --- | -| title | Title of the column group | string\|slot | - | -| slots | When using columns, you can use this property to configure the properties that support the slot, such as `slots: { title: 'XXX'}` | object | - | +| Property | Description | Type | Default | +| -------- | ------------------------- | ------------ | ------- | +| title | Title of the column group | string\|slot | - | ### pagination