fix: table expandIcon not work #1937
parent
60bb3ae50c
commit
4f4f2a62db
|
@ -1209,8 +1209,8 @@ export default {
|
||||||
const vcTableProps = {
|
const vcTableProps = {
|
||||||
key: 'table',
|
key: 'table',
|
||||||
props: {
|
props: {
|
||||||
...restProps,
|
|
||||||
expandIcon: this.renderExpandIcon(prefixCls),
|
expandIcon: this.renderExpandIcon(prefixCls),
|
||||||
|
...restProps,
|
||||||
customRow: (record, index) => this.onRow(prefixCls, record, index),
|
customRow: (record, index) => this.onRow(prefixCls, record, index),
|
||||||
components: this.sComponents,
|
components: this.sComponents,
|
||||||
prefixCls,
|
prefixCls,
|
||||||
|
|
Loading…
Reference in New Issue