Padrezz
Padrezz
FFilament
Created by Padrezz on 11/5/2023 in #❓┊help
Possibility to have nullable datepicker?
Ok, got it. It's older project and I'm using carbon mutator, when it gets "null" value to parse, it will return current date, that's what I see on edit page. Thanks for pointing me to right way.
6 replies
FFilament
Created by Padrezz on 11/5/2023 in #❓┊help
Possibility to have nullable datepicker?
Inside DB is also NULL value Forms\Components\DatePicker::make('death_date')->label('Death date'), $table->date('death_date')->nullable(),
6 replies
FFilament
Created by Padrezz on 3/7/2023 in #❓┊help
How to use View pages?
thanks for help
10 replies
FFilament
Created by Padrezz on 3/7/2023 in #❓┊help
How to use View pages?
Basically in my case, i need to render table there which will be list of childs.
10 replies
FFilament
Created by Padrezz on 3/7/2023 in #❓┊help
How to use View pages?
Ok, so there isn't something like when you are creating form? Chaining functions with data what renders components
10 replies
FFilament
Created by Padrezz on 3/7/2023 in #❓┊help
How to use View pages?
This part I get, but I'm still not getting where I'm "sending content or creating table etc". Methods in ViewRecord are not making sennce to me. Should I copy default view and override it? Or is they way how to insert just table? https://filamentphp.com/docs/2.x/admin/resources/viewing-records
10 replies