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