Juampi
Juampi
FFilament
Created by Juampi on 6/28/2024 in #❓┊help
Is it possible to make clusters side navbar collapsible?
I've been reading the documentation and i found that i can make the general nav bar collapsible adding sidebarCollapsibleOnDesktop() on the panel, but is it possible to do the same with the clusters? I've also seen that i can put the cluster on the top of my table similar to a Tab but this is not the approach that i want.
4 replies
FFilament
Created by Juampi on 4/25/2024 in #❓┊help
Form in livewire component empty data on create
No description
7 replies
FFilament
Created by Juampi on 4/12/2024 in #❓┊help
dynamic forms depending on a JSON
Is it posible with filament to make dynamic forms? i will get from an API a json with the needed information to convert each object inside that json in a field for my form. I was thinking on the next procedure, making a wizard that allows me to fill general data of a job request, for example, solicitant, date of application etc, and a field that will be type of job. Depending on the type of job when i hit next to pass to the second step i will make a get to this external api, and i will get from this request the form that i will need to create of a json. is it possible to render using filament this json as a form in my second step? should i add my form to a livewire component to make this logic works? im a bit confused, I know i will probably have to download a plugin for api management and I have never worked with livewire outside of filament to understand if it would help me to solve this problem, if there was a way to do it only with filament it would be good.
1 replies
FFilament
Created by Juampi on 3/28/2024 in #❓┊help
Show different records depending on user roles
I have a table with a list of tasks, is it possible to show for the users with admin roles all the tasks, and for users without admin role only tasks assigned to themselves?
5 replies