dyo
dyo
FFilament
Created by dyo on 11/12/2024 in #❓┊help
table filter with right-left navigation
thanks for the suggestion..
6 replies
FFilament
Created by dyo on 11/12/2024 in #❓┊help
table filter with right-left navigation
to change the month
6 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
i've tried this, while running npm run dev, it's not changing
8 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
can someone help me with this?
8 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
God bless, I ended solved it with observer.. thanks for your replies before @awcodes and @toeknee
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
here's the simplified schema of my case. distribution table: id, company distribution_detail table: distribution_id, goods_id, qty stock table: goods_id, company_id, qty goods: id, name the repeater is the distribution_detail at the distribution form.
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
for example, I have to update the qty on table stock if one of the goods is deleted in repeater..
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
I tried with ->afterStateUpdated(fn($state) => dd($state)) But the return is the remaining item, not the deleted item. I need the deleted item id..
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
How can I use deleteAction?
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
I want to calculate the data in other table before or after the repeater record is deleted.
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
can someone help me?
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
nope, it doesnt work in repeater class
23 replies
FFilament
Created by dyo on 10/16/2024 in #❓┊help
isTableRecordSelectable is not working
can somone help me?
3 replies
FFilament
Created by dyo on 10/10/2024 in #❓┊help
Problem in table tabs at the custom page
Finally I solved it by calling $this->resetTable() when the property activeTab changed.
9 replies
FFilament
Created by dyo on 10/10/2024 in #❓┊help
Problem in table tabs at the custom page
9 replies
FFilament
Created by dyo on 10/10/2024 in #❓┊help
Problem in table tabs at the custom page
Yeah, I want to use it in the table at custom page.. But I got the issue that I mention above..
9 replies
FFilament
Created by dyo on 10/10/2024 in #❓┊help
Problem in table tabs at the custom page
can someone help me?
9 replies
FFilament
Created by dyo on 9/25/2024 in #❓┊help
Optimize duplicate queries in 2 method at the same TextColumn Class
my bad, after I double check, it's not duplicate..
10 replies
FFilament
Created by dyo on 9/25/2024 in #❓┊help
Optimize duplicate queries in 2 method at the same TextColumn Class
for performance, any other idea?
10 replies
FFilament
Created by dyo on 9/25/2024 in #❓┊help
Optimize duplicate queries in 2 method at the same TextColumn Class
thanks a lot for the suggestion.. unfortunately, I currently using laravel 10.x
10 replies