mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
sortable context added to table header
This commit is contained in:
parent
53b05e82d5
commit
49f4282195
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue