Custom Table Action and polling
I have a table that polls data every 5 seconds (and it's configurable), I added two actions to that table widget, a built-in one (a EditAction) and a custom that has a custom view and a trigger. For some reason the standard action is always click-able, meanwhile the custom action is not always clickable.
Table widget:
And the blade view:
According to Filament documentation, that's all I need to add to make this work. The question is, what else should I add to the trigger in order to make it work?
Table widget:
And the blade view:
According to Filament documentation, that's all I need to add to make this work. The question is, what else should I add to the trigger in order to make it work?