© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
3 replies
Giant Robo

multiple select inside a table

//this is code from $form
Select::make('tags')
    ->relationship(name: 'author', titleAttribute: 'name')
    ->multiple()
//this is code from $form
Select::make('tags')
    ->relationship(name: 'author', titleAttribute: 'name')
    ->multiple()

can I do this in a
Table
Table

I want the user to add tags while browsing the table, not have to enter the edit page

Table only has a simple select column https://filamentphp.com/docs/3.x/tables/columns/select

could a Custom Column achieve this?
Select column - Table Builder - Filament
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

Multiple select as table with checkbox
FilamentFFilament / ❓┊help
3y ago
read tablefilters inside a column
FilamentFFilament / ❓┊help
3y ago
Select multiple inside Repeater saved in one model.
FilamentFFilament / ❓┊help
3y ago
Multiple tableFilters in a Widget
FilamentFFilament / ❓┊help
3y ago