Is it possible to handle a description from a related table?
Is it possible to handle a description from a related table? The relationship is there.
( ->table_2.field doesnt work )
( ->table_2.field doesnt work )
Tables\Columns\TextColumn::make('name')
->description(fn(Table_1 $record): string => $record->table_2.field),$record->yourRelationship->field