Héctor Q. Torres
Target class [livewire] does not exist.
I have installed the Pest Livewire plugin according to the documentation:
https://pestphp.com/docs/plugins#livewire
I set up a
I created the following simple test:
However, I receive the following error:
https://pestphp.com/docs/plugins#livewire
I set up a
TestCase
, configuring the default user and panel.I created the following simple test:
However, I receive the following error:
21 replies
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!
7 replies