How to pass some data to my custom view(livewire component) in filament table action?
Hi,
This is my filament table action.
This is the action of my
I have tried to use
Please help me!
This is my filament table action.
This is the action of my
websites table and I am trying to pass website_id to the view(user-shortener-settings).I have tried to use
viewData() method but no luck!Please help me!