Skip to content

Commit

Permalink
Refactor #5062
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 14, 2024
1 parent ee71eab commit 261b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/HeaderCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 261b621

Please sign in to comment.