zydnrbrn
State gone/refreshed on Custom Infolist Page when action clicked(Modal)
I just have some custom state that use ->state() not from resource for the data, and then have this issue when adding action on the headerAction on the Section, so i just move the action into getHeaderActions but still have same issue
5 replies
Combining with Inertia
Guys, anyone who have been try combining filament with Inertia react,vue or svelte,,, i just curios about the performance, is that impacting the entire page performance in production? but in my opinion it shouldn't be impacting, but just impact the apps size whichis include compiled inertia also the filament too.
6 replies
Controlling edit access to resource form based on column data
I have an resources, i wanna limit edit access to data, the condition is if column a in that data true, then that data is can edit, i think to give that limit is from getPages(), anyone have solutions?
3 replies
Modal Actions on Infolist
I got issue modal cannot show on Infolist, is this about understanding me about how Actions works? or wrong usage of Action on infolist? im use custom view btw, and the Action is wrapped by Section, Section > Action component > Actions Modal.
pleasee help meeee
2 replies
Adding custom actions on form with wizard
Hello, i've been confused of my code, i wanna run Jobs at submit button was clicked, and i confused too, if i click submit action is there with run query of models? my form is form update btw,
the code is like this:
Wizard\Step::make('Change Password')
->model(User::class)
2 replies