doc: update table doc

pull/4697/head
tangjinzhou 2021-09-25 18:24:17 +08:00
parent ba560a37fe
commit 3a98c44356
1 changed files with 3 additions and 4 deletions

View File

@ -189,9 +189,8 @@ type Breakpoint = 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
### ColumnGroup ### ColumnGroup
| Property | Description | Type | Default | | Property | Description | Type | Default |
| --- | --- | --- | --- | | -------- | ------------------------- | ------------ | ------- |
| title | Title of the column group | string\|slot | - | | 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 | - |
### pagination ### pagination