Filter on view page possible?
I know there is a way to add widgets to the view page through livewire but I don't see a way to add filters as well since I would like to filter data in the view page.
2 Replies
You should create it in a custom widget or customize this page to render a custom form
https://filamentphp.com/docs/3.x/panels/resources/viewing-records#custom-view
Will try that thanks
got it working, only the part to update the widget with data from the form is smth I need to look into