mango1026
mango1026
FFilament
Created by mango1026 on 8/2/2023 in #❓┊help
How to get current route and params inside updateStateUsing?
Ah understand. Thanks for the input Dennis!
11 replies
FFilament
Created by mango1026 on 8/2/2023 in #❓┊help
How to get current route and params inside updateStateUsing?
This works fine for me thanks a lot.
11 replies
FFilament
Created by mango1026 on 8/2/2023 in #❓┊help
How to get current route and params inside updateStateUsing?
By saying not reliable, do you mean updateStateUsing? Any recommendation is welcome too!
11 replies
FFilament
Created by mango1026 on 8/2/2023 in #❓┊help
How to get current route and params inside updateStateUsing?
Up.
11 replies
FFilament
Created by mango1026 on 8/1/2023 in #❓┊help
Possible to use TextInputColumn to update a relationship that has pivot table?
But i have resolved this by using updateStateUsing. Thanks again.
9 replies
FFilament
Created by mango1026 on 8/1/2023 in #❓┊help
Possible to use TextInputColumn to update a relationship that has pivot table?
Hi thanks for replying. Whoever that able to login into the system, they are automatically able to edit the stock counts.
9 replies
FFilament
Created by mango1026 on 8/1/2023 in #❓┊help
Possible to use TextInputColumn to update a relationship that has pivot table?
In depth, i have a 'Product' table and another pivot table as 'Products_merchants'. In 'Products_merchants' table i will have a column called 'stock_count' to indicate how many stocks of the product that the merchant have. 1. When using TextInputColumn, when it onChange, noticed that it will call $wire.updateTableColumnState where it will grabs the key and id and the target value and update it. But however, this is only applies to Product Model but not products_merchants. Is there anywhere to do so with TextInputColumn?
9 replies