Skip to content

Commit af33c68

Browse files
Fujihaitangjinzhou
authored andcommitted
docs: update colspan-rowspan.md (#1272)
1 parent dcdbe35 commit af33c68

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

components/table/demo/colspan-rowspan.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ Table cell supports `colSpan` and `rowSpan` that set in render return object. Wh
1616
<template slot="name" slot-scope="text">
1717
<a href="javascript:;">{{text}}</a>
1818
</template>
19-
<template slot="action" slot-scope="text, record">
20-
<span>
21-
<a href="javascript:;">Action 一 {{record.name}}</a>
22-
<a-divider type="vertical" />
23-
<a href="javascript:;">Delete</a>
24-
<a-divider type="vertical" />
25-
<a href="javascript:;" class="ant-dropdown-link"> More actions <a-icon type="down" /> </a>
26-
</span>
27-
</template>
2819
</a-table>
2920
</template>
3021
<script>

0 commit comments

Comments
 (0)