David | Fortune Validator
Custom Pages By User
thanks for coming back to me.
no its quite complex data / tables so it doesnt really fit the generic. I ended up goign with a resource to list the users and modify the query to show all users for admins and only single user for standard. then created custom pages for the resource and added the livewire components as you mentioned
10 replies
SUB_NAVIGATION Hook
https://github.com/filamentphp/filament/pull/14566
Hopefully Ive done it correctly. My first PR ever
11 replies
SUB_NAVIGATION Hook
For some context, I want to add some extra links to the sub navigation on particular resources which will go to other pages on the app ( not linked to the same resource ). So either I need a hook or a way to add a custom URL link to the sub navigation already in place
11 replies
Update Edit Modal on Table
I’ll see if I can get something simply out this weekend, thank you.
The model you see open is an EditAction on the table behind the modal.
The table you see visibly on the modal on the screenshot is also firing an editaction model where I make some changes and hit save. So in short: two editaction modals are in play.
26 replies