Widget emit table atualization
Hello people, i'm working in a personal project the project is a Gym System, and in this application , i has a resource of Attendances, in the resource page i make a widget to simplify the create of Attendances.
The widget are working, but when a create Attendance i need a refresh table to show the new attendance in her.
What is the best form to force a refresh only in table after the user create te attandance in the widget?
2 Replies
The resetTable does not work, because the Widget is separate from the Resource Table, but within this documentation that you send i found the poll() method that causes the table to be consulted from time to time.
Thank you!