Trigger a single action on another place (in the table-header)
I've made a custom Table Header, where I want to put a button that should trigger an Action. (This is an existing Action on the Table, which I will hide on it's default place.)
Can't get the job done with the existing tools.
All I want to achieve is to create a button that shows a modal to pick the kind of create action.
Of course I can implement a modal myself, but can I utilise the power of Filament Tables here?
3 Replies
Just wizard step the creation? Step 1 -> Select Type -> Step 2 elements visible based on selection in Step 1?
Well, that's the implementation that can be done with the form builder I guess. But I want a nice modal at this stage, in the Table context.
I am a little confused? IF you use the Action, and on the action add the ->form([]) you have your form modal?