Skip to content

Commit

Permalink
Fixed #4996 - bodyRow broken pt context options
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 26, 2023
1 parent 49f4282 commit 11c5539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/BodyRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 11c5539

Please sign in to comment.