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
Roncarino
RoncarinoOP3w ago
No description
Roncarino
RoncarinoOP3w ago
Even the "getDescriptionFromRecordUsing" I might be fine to style
Roncarino
RoncarinoOP3w ago
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

Did you find this page helpful?