We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdbe35 commit af33c68Copy full SHA for af33c68
components/table/demo/colspan-rowspan.md
@@ -16,15 +16,6 @@ Table cell supports `colSpan` and `rowSpan` that set in render return object. Wh
16
<template slot="name" slot-scope="text">
17
<a href="javascript:;">{{text}}</a>
18
</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
25
- <a href="javascript:;" class="ant-dropdown-link"> More actions <a-icon type="down" /> </a>
26
- </span>
27
- </template>
28
</a-table>
29
30
<script>
0 commit comments