Why opening confirmation modal re-runs the table query
I have like 20 queries when the table loads. I have 5 actions for row. When I click on an action which needs confirmation then it re-runs the table query again. If I close the confirmation modal then the table query runs two times. Cannot the confirmation modal loaded without re-running the table query?
3 Replies
The queries are executed because the table is rerendered.
Currently there is no other solution. It’s all one component. We found away for v4 though.
Thank you @Dennis Koch and @ryangjchandler