mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #4149 - For TreeTable
This commit is contained in:
parent
e0720e2623
commit
ced66377c8
4 changed files with 21 additions and 8 deletions
|
@ -95,8 +95,12 @@ export default {
|
|||
context: {
|
||||
index: this.index,
|
||||
sorted: this.isColumnSorted(),
|
||||
frozen: this.columnProp('frozen'),
|
||||
resizable: this.resizableColumns
|
||||
frozen: this.$parentInstance.scrollable && this.columnProp('frozen'),
|
||||
resizable: this.resizableColumns,
|
||||
scrollable: this.$parentInstance.scrollable,
|
||||
scrollDirection: this.$parentInstance.scrollDirection,
|
||||
showGridlines: this.$parentInstance.showGridlines,
|
||||
size: this.$parentInstance?.size
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue