Commit dedc1e29 authored by qingwei.li's avatar qingwei.li

Fix table doc

parent 33e0f0be
...@@ -1349,7 +1349,7 @@ Customize table column so it can be integrated with other components. ...@@ -1349,7 +1349,7 @@ Customize table column so it can be integrated with other components.
### Expandable row ### Expandable row
When the row content is too long and you do not want to display the horizontal scroll bar, you can use the expandable row feature. When the row content is too long and you do not want to display the horizontal scroll bar, you can use the expandable row feature.
:::demo Activate expandable row by adding type="expand" and scoped slot. The template for el-table-column will be rendered as the contents of the expanded row, and you can access the same attributes as when you are usingscoped slot in custom column templates. :::demo Activate expandable row by adding type="expand" and scoped slot. The template for el-table-column will be rendered as the contents of the expanded row, and you can access the same attributes as when you are using `Scoped slot` in custom column templates.
```html ```html
<template> <template>
<el-table <el-table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment