mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4996 - bodyRow broken pt context options
This commit is contained in:
parent
49f4282195
commit
11c5539118
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ export default {
|
|||
},
|
||||
//@todo - update this method
|
||||
getBodyRowPTOptions(key) {
|
||||
const datatable = this.$parentInstance?.$parentInstance?.$parentInstance;
|
||||
const datatable = this.$parentInstance?.$parentInstance;
|
||||
|
||||
return this.ptm(key, {
|
||||
context: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue