Ridlafalah
Ridlafalah
FFilament
Created by Ridlafalah on 12/18/2023 in #❓┊help
anyone help please, how to make filter table reactive?
im using filter that chained like country state city, if im select the country, then the state filter is only showing selected state based on the filter country and then so on same with the city, but i can’t using ->live on form inside table filter, i want to achive same behaviour like inside form using live.
4 replies
FFilament
Created by Ridlafalah on 11/22/2023 in #❓┊help
modify resource breadcrumbs
has anyone modified breadcrumbs before? i didn’t want to disble all of them i just want some of them are modify please help, thanks.
4 replies
FFilament
Created by Ridlafalah on 9/12/2023 in #❓┊help
is it possible to make tab filter optional according to role?
im using plugin spatie and has 2 roles, admin and user for each area, i only need tabs filter when i login as admin, thanks. 🙏🏻
4 replies
FFilament
Created by Ridlafalah on 9/7/2023 in #❓┊help
How to use PostResource on both panel
i create 2 panel for separate admin panel and user panel with each has a different folder path (admin and user) if i want to create a post resource where should i put the resource so i can access it on both pages, thanks.
12 replies
FFilament
Created by Ridlafalah on 8/20/2023 in #❓┊help
textinput numeric inside wizard still can type 'e'
im using generate to build a resources and customize the layout with wizard and accidentally type 'e' and it appears on the textinput, is anyone also has the same ? ps : is anyone know how to disable or move default action button resouce when create/edit cz i didn’t find it on the documentation .
2 replies
FFilament
Created by Ridlafalah on 8/17/2023 in #❓┊help
datepicker format not working inside wizard
i create 2 resources 1 build with wizard with date component, other just default resource without wizard, both are has datepicker component with same code format, but the one component inside the wizard(on create) are not has the same behavior like the other one, is anyone can help, thnaks. cc : @Dan Harrin heres the code, same on both resources. Forms\Components\DatePicker::make('birth_date') ->displayFormat('d-M-Y') ->native(false) ->required(),
5 replies