Comments & Discussion
MH
When I set the filament theme to dark (config/filament.php: 'dark_mode' => true), the total row illegible (white text on white background). Do you know how to make custom views work with the dark_mode option?
HN
A
N
Hi! I have in the table a column with time : TextColumn::make('hours')->time('H:i'), How to sum up the total time?
N
I assume it's a carbon value then if not cast it to carbon and do it similart like it it done in Povilas video https://www.youtube.com/watch?v=6zHH1nv2uJM
Hi Povilas, this is very interesting. I will be nice to know how the total can be extended to all the values, taking into account the filters, in case there are more pages. Thanks.
I don't have the immediate answer but I will research it in a few upcoming days, and will get back to you.
After some researching, I couldn't find the quick answer, sorry, please ask on Laracasts forum or directly on Filament GitHub.
Ok, thank you for checking this out. I will ask on the forum.