© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
10 replies
Sydd

table column dont display value from resource

Dear all, why column with values from table dont show in the column ? 2 hours its works, but something going wrong and i dont know what ... resurce is from user model,
name is displayed, but fullName, email etc. not.


public static function table(Table $table): Table
{
return $table
->columns([
TextColumn::make('name'),
TextColumn::make('fullName'),
TextColumn::make('email'),
Solution
You have possibly toggled the columns off and removed the toggle code so they are hidden. add ->toggleable() to the columns and then you will see a toggle icon to the right of the top table.
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

Translate table column value
FilamentFFilament / ❓┊help
3y ago
Display relationship on table column
FilamentFFilament / ❓┊help
3y ago
Display value of Pivot Table
FilamentFFilament / ❓┊help
3y ago
Table Column for json value
FilamentFFilament / ❓┊help
3y ago