© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
Sujay Barma

Show multiple column data in a single table column.

I am trying to show 3 columns data in single Table column. But it show only blank.
Tables\Columns\TextColumn::make('properties')->label('Properties')
                ->formatStateUsing(function($record){
                    return "Length: {$record->length} \n Frames: {$record->frames} \n Size: {$record->size}M";
                })->wrap(),
Tables\Columns\TextColumn::make('properties')->label('Properties')
                ->formatStateUsing(function($record){
                    return "Length: {$record->length} \n Frames: {$record->frames} \n Size: {$record->size}M";
                })->wrap(),

Please suggest.
Solution
Ensure the "properties", is a valid property and is returning something otherwise (to my knowledge) it wont trigger formatStateUsing.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Show more than one resource inputs into a single Table\Column
FilamentFFilament / ❓┊help
3y ago
how to receive a multiple data record in one table column?
FilamentFFilament / ❓┊help
2y ago
Is it possible to show two unrelated texts in a single table column?
FilamentFFilament / ❓┊help
3y ago
Tab base Table column show .
FilamentFFilament / ❓┊help
3y ago