Ozumat77
Ozumat77
FFilament
Created by Miran on 4/26/2024 in #❓┊help
Hello guys, is it possible to implement such a table with Filament?
Yeah it is possible. It depends on your database structure
5 replies
FFilament
Created by bahamagician on 4/18/2024 in #❓┊help
Set State of Select Field After Dynamically Populating Via Dependent Field
Pleasure is mine
20 replies
FFilament
Created by bahamagician on 4/18/2024 in #❓┊help
Set State of Select Field After Dynamically Populating Via Dependent Field
Of course I think so
20 replies
FFilament
Created by bahamagician on 4/18/2024 in #❓┊help
Set State of Select Field After Dynamically Populating Via Dependent Field
No description
20 replies
FFilament
Created by bahamagician on 4/18/2024 in #❓┊help
Set State of Select Field After Dynamically Populating Via Dependent Field
I found this interesting on your Filament Daily and I tried to implement it. However, in edit mode, the value showed on the parent select is its id, not the name.
20 replies
FFilament
Created by aidzis on 4/18/2024 in #❓┊help
Section with reactive fields forces collapse after field value changes.
What happens when you use ->live() instead of ->reactive() ?
7 replies
FFilament
Created by onursahindur on 5/22/2023 in #❓┊help
Hide Record id from url on edit resource
You can use slug aswell
21 replies
FFilament
Created by tyler on 4/5/2024 in #❓┊help
hi
hi
16 replies
FFilament
Created by Wirkhof on 4/15/2024 in #❓┊help
How to bring current record into canAccess() method code?
In the array $parameters, you already have the record
6 replies
FFilament
Created by Ozumat77 on 4/15/2024 in #❓┊help
Need Help Defining Values for TextInputColumn Checkbox Type
if you have any suggestions on how to manage this mixed requirement effectively, I'd be grateful for your insights.
8 replies
FFilament
Created by Ozumat77 on 4/15/2024 in #❓┊help
Need Help Defining Values for TextInputColumn Checkbox Type
I understand the confusion. Allow me to clarify the structure of my table. While most entries indeed have either a Checkbox value or a Text value for the column, there are specific records where I need to accommodate both types of values within the same column. For instance, some entries require textual input via the TextInputColumn, while others necessitate the checkbox functionality provided by the CheckboxColumn because the values are pre-defined
8 replies
FFilament
Created by Ozumat77 on 4/15/2024 in #❓┊help
Need Help Defining Values for TextInputColumn Checkbox Type
There's a CheckboxColumn but i can't really use it. In the table, there's some specific records where I'll need to use the TextInputColumn, while for others, the CheckboxColumn (or type('checkbox') method) will suffice
8 replies