You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is when i click this button, the table does not get updated. The polling stops working. The action button just has an infinite loading spinner until i manually refresh the page, then the polling starts working again etc.
I've tried using a Job::dispatchAfterResponse, tried several environments, the result is the same.
Is there a way to force the table to refresh inside this action or something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Panel builder
Package Version
v3.2
How can we help you?
I have the following table row action:
I also have my table set up to poll every
5s
.The problem is when i click this button, the table does not get updated. The polling stops working. The action button just has an infinite loading spinner until i manually refresh the page, then the polling starts working again etc.
I've tried using a Job::dispatchAfterResponse, tried several environments, the result is the same.
Is there a way to force the table to refresh inside this action or something?
Beta Was this translation helpful? Give feedback.
All reactions