Arrow
How to display infolist in a table column action with a relation record.
I want to display an infolist when a user clicks a column. I can easily do that using ViewAction. However, instead of the record iteself, I want to set the $record->customer as the infolist model.
Is there something similar to fillForm for infolists?
5 replies
Apply filament tab query filter to table on custom ViewRecord page
I have built a custom filament resource page (View type). I have added a separate table which get's its data using an api via sushi. I'm able to display the table and the tabs, but when I click on the tabs for filtering, it just refreshes the table, rather the applying the query.
What I want is very similar to the filament's demo order page. orders
My view file
3 replies