Panos.S
Header Action filter not applying to Table Widget
Hello, I have created a custom page which extends the default Filament\Pages\Page and added a Header Action Filter Action filter like hoping to apply the filter on a custom table widget I have created. This setup works pretty well with chart widgets but this doesn't seem to be the case for table widgets.
This is the Page class:
This is the widget class:
As you can see in the attached screenshare, only when I reclick the "filter" header action the page is actually refreshed with the year filtered.
Thanks a lot!
2 replies
Create custom resource view blade page and access model attributes
Hello, I am trying to build a custom blade page that will act as a view page of my Classified resource.
This is my view-classified.blade.php:
I have registered the page in the resource but I can't see how to access the model's attributes and I get the error: Undefined variable $record when trying to access the page
1 replies