Hung Thai
How can I get the parent Resource from RelationManager class?
that method return the parent record of the relationship, what i'm trying to get is the full path of the ClassName
like :
App\Filament\Resources\UserResource
from the ContactRelationManager
...6 replies
ViewAction::Make() in users list to show transactions of a user
If your dont create an action, how can you open the modal?
You need to create a custom action for your User list table/record, loaded it with your relationship (HasMany) to show the correct table/form/infolist in a modal if that's all you want.
There's no other way around this modal requirement if you're using Filament only.
11 replies
Navigation Group
https://filamentphp.com/docs/3.x/panels/navigation#grouping-navigation-items
Read the docs, it explained this very well
10 replies
Call modal record view from anywhere.
I'm sorry, but can I ask one more question?
How can I call the Modal without redirecting to the resource page?
Like when I'm on the Dashboard Page, I can click on the custom product link, and only open the modal infolist view without redirecting to the product resource page?
14 replies