mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4149 - Column & TreeTable
This commit is contained in:
parent
b06f90d883
commit
ee637daf39
7 changed files with 70 additions and 15 deletions
|
@ -51,7 +51,8 @@ export default {
|
|||
state: this.$data
|
||||
},
|
||||
context: {
|
||||
index: this.index
|
||||
index: this.index,
|
||||
frozen: this.columnProp('frozen')
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue