TheSoulrester
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
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
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