pull/5098/head
mertsincan 2024-01-14 23:46:29 +00:00
parent ee71eab50b
commit 261b6212f1
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default {
}, },
context: { context: {
index: this.index, index: this.index,
sortable: this.column?.props?.sortable === '' || this.column?.props?.sortable, sortable: this.columnProp('sortable') === '' || this.columnProp('sortable'),
sorted: this.isColumnSorted(), sorted: this.isColumnSorted(),
resizable: this.resizableColumns, resizable: this.resizableColumns,
size: this.$parentInstance?.$parentInstance?.size, size: this.$parentInstance?.$parentInstance?.size,