© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•8mo ago•
4 replies
brainbarett

How can I add a textarea input column to a table?

I've tried
\Filament\Tables\Columns\TextInputColumn::make('notes')
  ->type('textarea')
\Filament\Tables\Columns\TextInputColumn::make('notes')
  ->type('textarea')

but it doesnt change anything
Solution
Textarea is not a valid input type. It’s a separate html element. To my knowledge there is no textarea column. You’d have to do it as a custom column.
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

How can i modify a table record column before save (on column input)
FilamentFFilament / ❓┊help
3y ago
How can I add a label to the table?
FilamentFFilament / ❓┊help
3y ago
How can I add a table to a custom page
FilamentFFilament / ❓┊help
3y ago
How can I add a 2nd table here?
FilamentFFilament / ❓┊help
3y ago