© 2026 Hedgehog Software, LLC
TextColumn::make('json.key')->label('label')->sortable(),
getRelated() = null
->groups(['json.key'])
->groups([ Group::make('json') ->getTitleFromRecordUsing(fn(model $record): string => ucfirst($record->json->key)) ->titlePrefixedWithLabel(false), ])