Fixed #4996 - bodyRow broken pt context options
parent
49f4282195
commit
11c5539118
|
@ -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…
Reference in New Issue