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