Grouping rows - changing color
Is it possible to change the color of this grouping rows?
->defaultGroup(
Tables\Grouping\Group::make('vendor_company_id')
->label(__('entities.vendor_company'))
->getTitleFromRecordUsing(fn (Billable $record) => $record->company?->name)
)
->defaultGroup(
Tables\Grouping\Group::make('vendor_company_id')
->label(__('entities.vendor_company'))
->getTitleFromRecordUsing(fn (Billable $record) => $record->company?->name)
)