Erik
Erik
FFilament
Created by Erik on 3/13/2024 in #❓┊help
Override traits in tables
Hey! What is the simplest solution to override two traits of Filament tables? I am working on a column turn on/off with database sync, and I really need this. The two affected traits are: Concerns\CanToggleColumns.php Concerns\InteractsWithTable.php
3 replies
FFilament
Created by Erik on 8/14/2023 in #❓┊help
Modify a repeater's element with $set at an EditResource page
How is it possible to modify an input value of a repeater's element at an edit page? (For example in an other input's afterStateHydrated method) It's always setting back to the related record saved data.
3 replies
FFilament
Created by Erik on 3/29/2023 in #❓┊help
Having in Table Filters
I am trying to filter a calculated field in a table. It is not finding the calculated field, which is why I have to use "HAVING". However, when I use it, it's not working. The builder is not adding "HAVING" to the query. How can I filter a calculated field in the query then?
2 replies