zydnrbrn
zydnrbrn
FFilament
Created by zydnrbrn on 10/15/2024 in #❓┊help
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
FFilament
Created by zydnrbrn on 10/2/2024 in #❓┊help
Using search/select component on infolist page
It's seem like search component on faq page, after searching the related data will show on below
2 replies
FFilament
Created by zydnrbrn on 8/21/2024 in #❓┊help
Glitch or Flicker when typing in TextInput
i make the quantity to live() component and set the unit price and total price after state updated on the quantity i think i miss something
3 replies
FFilament
Created by zydnrbrn on 7/31/2024 in #❓┊help
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
FFilament
Created by zydnrbrn on 1/16/2024 in #❓┊help
Disable auth middleware on filament pages
is possible to do this?
2 replies
FFilament
Created by zydnrbrn on 1/16/2024 in #❓┊help
Custom Layout
Hi, im just create my own layout, but properti color i defined on panel cannot use/showed if i use this layout, i think i've been missed something.
4 replies
FFilament
Created by zydnrbrn on 1/15/2024 in #❓┊help
Add custom page outside panel with livewire
No description
3 replies
FFilament
Created by zydnrbrn on 1/14/2024 in #❓┊help
Multiple infolist
Is Possible to add more than 1 infolist in one resource?
2 replies
FFilament
Created by zydnrbrn on 1/14/2024 in #❓┊help
Adding headingActions on infolist livewire
No description
6 replies
FFilament
Created by zydnrbrn on 1/12/2024 in #❓┊help
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
FFilament
Created by zydnrbrn on 1/3/2024 in #❓┊help
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
FFilament
Created by zydnrbrn on 1/3/2024 in #❓┊help
Step Customization
No description
3 replies
FFilament
Created by zydnrbrn on 1/2/2024 in #❓┊help
Get Current Step on Wizard
No description
9 replies
FFilament
Created by zydnrbrn on 12/29/2023 in #❓┊help
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