Refactor #5062
parent
ee71eab50b
commit
261b6212f1
|
@ -213,7 +213,7 @@ export default {
|
|||
},
|
||||
context: {
|
||||
index: this.index,
|
||||
sortable: this.column?.props?.sortable === '' || this.column?.props?.sortable,
|
||||
sortable: this.columnProp('sortable') === '' || this.columnProp('sortable'),
|
||||
sorted: this.isColumnSorted(),
|
||||
resizable: this.resizableColumns,
|
||||
size: this.$parentInstance?.$parentInstance?.size,
|
||||
|
|
Loading…
Reference in New Issue