tag
Refresh resource form data form action
I have a form in a resource where I am populating a relationship repeater from a section header action.
After the relationship is populated, I need to refresh the repeater to show the newly populated data, but I cannot use the $this->refreshFormData() method because I am in a static class.
Probably there is a workaround for this.
My simplified code:
1 Reply
Sorry, I think i messed up something while creating this post