|
@@ -56,7 +56,7 @@ export default {
|
|
on-mouseenter={ ($event) => this.handleCellMouseEnter($event, row) }
|
|
on-mouseenter={ ($event) => this.handleCellMouseEnter($event, row) }
|
|
on-mouseleave={ this.handleCellMouseLeave }>
|
|
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>
|
|
</td>
|
|
)
|
|
)
|