mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +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
|
//@todo - update this method
|
||||||
getBodyRowPTOptions(key) {
|
getBodyRowPTOptions(key) {
|
||||||
const datatable = this.$parentInstance?.$parentInstance?.$parentInstance;
|
const datatable = this.$parentInstance?.$parentInstance;
|
||||||
|
|
||||||
return this.ptm(key, {
|
return this.ptm(key, {
|
||||||
context: {
|
context: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue