$table->json('data')formatStateUsing, and call a method on the record to prepare the JSON into something that makes sense for the column:formatStateUsingTextColumn::make('my_field')
->formatStateUsing(fn ($record): string => $record->formatRepeaterData()))