TheSoulrester
TheSoulrester
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
No description
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
Change fi-section class "p-6" to "pt-6"
No description
8 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
I have a Table Widget which displays some data. I want to get the active Filter to manage a query. I found https://filamentphp.com/docs/3.x/tables/filters#injecting-the-current-filter-instance but I don't know if this is what I need. How may I implement it correctly?
7 replies
FFilament
Created by TheSoulrester on 10/9/2024 in #❓┊help
ViewAction::Make() in users list to show transactions of a user
I have a TransactionsResource in which every transaction of a user is logged. Now i want a button to see every transaction of this user in a modal window. How will I implement this?
11 replies
FFilament
Created by TheSoulrester on 10/5/2024 in #❓┊help
Login auth check if user is admin
Hi, I added a bool value "is_admin" to the users to check, if the user is allowed to login to the backend. Now, I want to integrate the check, but I don't know how I should do that. Why? I want to use the users table to interact with user values in the frontend. some users are admins and should be able to login to the backend. It might be possible to remove admin-status of several users or add the admin status.
14 replies