ATOMICMAN
How to change ->native(false) globally rather than changing for each field.
I want to use filament's styling for all the dropdowns, date-time pickers etc all over the application. Is there a way to achieve this without specifying it everywhere?
4 replies
Editing pivot table relating 3 tables
I have 3 tables, Users, Departments, and Unit. Each unit has departments and departments have users.
I want to be able to allow access to multiple departments of multiple units and control it from a form within User resource.
How can I approach this? I'm a bit new to Filament
An example of the pivot table can look like:
2 replies