mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: anchor link doesn't scroll to the correct anchor point (#12839)
* docs: anchor link doesn't scroll to he correct anchor point * icon & table-v2
This commit is contained in:
@@ -49,8 +49,8 @@ In this section, you can learn how to use Config Provider to provide experimenta
|
||||
| size | global component size | ^[enum]`'large' \| 'default' \| 'small'` | default |
|
||||
| zIndex | global Initial zIndex | ^[number] | — |
|
||||
| namespace | global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1)) | ^[string] | el |
|
||||
| button | button related configuration, [see the following table](#button-attributes) | ^[object]`{autoInsertSpace?: boolean}` | see the following table |
|
||||
| message | message related configuration, [see the following table](#message-attributes) | ^[object]`{max?: number}` | see the following table |
|
||||
| button | button related configuration, [see the following table](#button-attribute) | ^[object]`{autoInsertSpace?: boolean}` | see the following table |
|
||||
| message | message related configuration, [see the following table](#message-attribute) | ^[object]`{max?: number}` | see the following table |
|
||||
| experimental-features | features at experimental stage to be added, all features are default to be set to false | ^[object] | — |
|
||||
|
||||
### Button Attribute
|
||||
|
||||
@@ -200,7 +200,7 @@ import { Edit, Share, Delete, Search, Loading } from '@element-plus/icons-vue'
|
||||
</div>
|
||||
</ElRow>
|
||||
|
||||
## Icon Collection
|
||||
## Icon Collection{#icon-collection}
|
||||
|
||||
:::tip
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ table-v2/auto-resizer
|
||||
|
||||
:::
|
||||
|
||||
## Customize Cell Renderer
|
||||
## Customize Cell Renderer{#customize-cell-renderer}
|
||||
|
||||
Of course, you can render the table cell per your needs, here is a simple example of how to customize your cell.
|
||||
|
||||
@@ -390,10 +390,10 @@ Note that these are `JavaScript` Objects, so that you **CANNOT USE** kebab-case
|
||||
| maxWidth | Maximum width for the column | String | - |
|
||||
| minWidth | Minimum width for the column | String | - |
|
||||
| width \* | Width for the column **Required** | Number | - |
|
||||
| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#renderer-typings)) => VNode | - |
|
||||
| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#renderer-typings)) => VNode | - |
|
||||
| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#typings)) => VNode | - |
|
||||
| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#typings)) => VNode | - |
|
||||
|
||||
## Typings
|
||||
## Typings{#typings}
|
||||
|
||||
<details>
|
||||
<summary>Show Type Declarations</summary>
|
||||
|
||||
Reference in New Issue
Block a user