How to Disable Table Polling in a Header Action on a Resource List Page?
I'm working with Filament and trying to disable polling for a resource table when a header action is triggered. However, my approach doesn't seem to work.
Here’s my setup:
In
In
However, this doesn't seem to stop the polling when the action is executed.
Is there a correct way to dynamically disable table polling within an action? Would appreciate any insights!
Here’s my setup:
In
MyResource, I define the table with polling enabled: In
MyResourceListPage, I try to disable polling within a header action: However, this doesn't seem to stop the polling when the action is executed.
Is there a correct way to dynamically disable table polling within an action? Would appreciate any insights!