ritos123
Grouping rows - changing color
solved, since it was a filament ccustom page and not a resource, i added custom css to the .fi-ta-group-header
Blade file:
<x-filament-panels::page>
<div class="sticky-thead colored-group-rows-wrapper">
{{ $this->table }}
</div>
</x-filament-panels::page>
Css:
.colored-group-rows-wrapper .fi-ta-group-header{
background-color:theme('textColor.green.400');
}
3 replies
Summarizer label
my question is about the label of the "This page" and "All Posts"
https://filamentphp.com/docs/3.x/tables/summaries#overview
in the screenshot here you can see on the left
11 replies