sortable context added to table header
parent
53b05e82d5
commit
49f4282195
|
@ -212,6 +212,7 @@ export default {
|
||||||
},
|
},
|
||||||
context: {
|
context: {
|
||||||
index: this.index,
|
index: this.index,
|
||||||
|
sortable: this.column.props.sortable === '' || this.column.props.sortable,
|
||||||
sorted: this.isColumnSorted(),
|
sorted: this.isColumnSorted(),
|
||||||
resizable: this.resizableColumns,
|
resizable: this.resizableColumns,
|
||||||
size: this.$parentInstance?.$parentInstance?.size,
|
size: this.$parentInstance?.$parentInstance?.size,
|
||||||
|
|
Loading…
Reference in New Issue