Skip to content

Commit 3a98c44

Browse files
committed
doc: update table doc
1 parent ba560a3 commit 3a98c44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/table/index.en-US.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,9 @@ type Breakpoint = 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
188188

189189
### ColumnGroup
190190

191-
| Property | Description | Type | Default |
192-
| --- | --- | --- | --- |
193-
| title | Title of the column group | string\|slot | - |
194-
| slots | When using columns, you can use this property to configure the properties that support the slot, such as `slots: { title: 'XXX'}` | object | - |
191+
| Property | Description | Type | Default |
192+
| -------- | ------------------------- | ------------ | ------- |
193+
| title | Title of the column group | string\|slot | - |
195194

196195
### pagination
197196

0 commit comments

Comments
 (0)