sortable context added to table header

pull/5002/head
tugcekucukoglu 2023-12-26 15:48:19 +03:00
parent 53b05e82d5
commit 49f4282195
1 changed files with 1 additions and 0 deletions

View File

@ -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,