mirror of https://github.com/ElemeFE/element
Table: Fix wrong fixed height temporary. (#3019)
parent
82a3685138
commit
537e1e035c
|
@ -56,7 +56,7 @@ export default {
|
|||
on-mouseenter={ ($event) => this.handleCellMouseEnter($event, row) }
|
||||
on-mouseleave={ this.handleCellMouseLeave }>
|
||||
{
|
||||
columnsHidden[cellIndex] ? '' : column.renderCell.call(this._renderProxy, h, { row, column, $index, store: this.store, _self: this.context || this.table.$vnode.context })
|
||||
column.renderCell.call(this._renderProxy, h, { row, column, $index, store: this.store, _self: this.context || this.table.$vnode.context }, columnsHidden[cellIndex])
|
||||
}
|
||||
</td>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue