mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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: {
|
||||
index: this.index,
|
||||
sortable: this.column.props.sortable === '' || this.column.props.sortable,
|
||||
sorted: this.isColumnSorted(),
|
||||
resizable: this.resizableColumns,
|
||||
size: this.$parentInstance?.$parentInstance?.size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue