mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4149 - For TreeTable
This commit is contained in:
parent
e0720e2623
commit
ced66377c8
4 changed files with 21 additions and 8 deletions
|
@ -52,7 +52,8 @@ export default {
|
|||
},
|
||||
context: {
|
||||
index: this.index,
|
||||
frozen: this.columnProp('frozen')
|
||||
frozen: this.columnProp('frozen'),
|
||||
size: this.$parentInstance?.size
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue