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