How to edit/update status directly on table column?
I want to update the status of my orders directly on table list view instead of going to table edit view, is this possible?
6 Replies
yes
read the list of table columns
You might use toggle column...
https://filamentphp.com/docs/2.x/tables/columns/toggle
Filament
Toggle column - Columns - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
I have 4 statuses so I dont think this will do, what I did used was ActionGroup
though im looking for something like dropdown update on statuses directly into status column position, but for now I'll use ActionGroup
SelectColumn
yes, this one, thankyou!