RixzZ
Refresh TableWidget data after Action
Sure, same way as explained here: https://filamentphp.com/community/how-to-refresh-widgets-when-table-actions-are-fired
5 replies
Hide row action in Relation Manager shown in view page
I managed to do it with this https://discord.com/channels/883083792112300104/1120360746841284800/1120444415748620319
8 replies
Hide table header row
Yeah, the table where I want to do this, isn't really much of a table. Nothing is interactive. I'm just using it there because I like the layout that it has when grouping rows, which is perfect for what I wanted.
I don't think in my use case, hiding it with CSS would do any harm, but I didn't really see a way to inject CSS there either.
I'll take a look to both your suggestions, although at first glace in the docs of #kenneth-sese-advanced-tables , I don't see anything that would suggest that function.
Thanks a lot!
8 replies
Two panels (User and Admin), with shared login page and session
Well, that in my case already happens, since I have a custom Login page that only has a button to redirect to the OIDC provider which sends the callback to /auth/callback anyway, so maybe I'm trying to complicate things too much 😅
19 replies
Two panels (User and Admin), with shared login page and session
Hey, thanks for the reply!
Seems you are right. The session is already shared apparently, so when you login in /login or /admin/login (in my case) you already can access any panel you have permissions on.
I could leave it like that or make a redirect to use /login on both I guess.
19 replies