realtebo
How to add date column?
In the doc (here: https://filamentphp.com/docs/3.x/tables/columns/getting-started) about table columns, I cannot find a 'date' columne.
4 replies
how to add field to a view page?
I added a view page to a resource already existing
I registered the page in
PlaylistResource::getPages()
it created succesfully app/Filament/Resources/PlaylistResource/Pages/ViewPlaylist.php
My question is: how and where must I add all the readonly fields I need?4 replies