Custom table Group component
Hi guys! I need to extensively personalize my group component, squishing a few information into a collapsible element. As you may see from my screenshot, the main information is repeated because of the nature of my Schedule model. I am fine with using "groupingSettingsHidden" and "default group" but I cannot find a way to create a new Livewire Group component or properly style my "getTitleFromRecordUsing". I cannot use ->html() either.
Do you know any way or workaround to be able to do that? Thanks in advance!
4 Replies

Even the "getDescriptionFromRecordUsing" I might be fine to style
This might be the case https://github.com/filamentphp/filament/discussions/8149
GitHub
How To Make HTML on Grouping rows getDescriptionFromRecordUsing · ...
https://filamentphp.com/docs/3.x/tables/grouping i want make link a href on getDescriptionFromRecordUsing
I think I have finally found a way, following this suggestion: https://github.com/filamentphp/filament/discussions/8149#discussioncomment-9466544
I ended up publishing Filament\Tables\TablesServiceProvider through
ddev php artisan vendor:publish --tag="filament-tables-views"
. Which is going to overwrite
/vendor/filament/tables/resources/views/components/group/header.blade.php
GitHub
How To Make HTML on Grouping rows getDescriptionFromRecordUsing · ...
https://filamentphp.com/docs/3.x/tables/grouping i want make link a href on getDescriptionFromRecordUsing