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
krekas
krekas2y ago
yes
Dan Harrin
Dan Harrin2y ago
read the list of table columns
Otávio Araújo
Filament
Toggle column - Columns - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
Chrysippus
ChrysippusOP2y ago
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
Dan Harrin
Dan Harrin2y ago
SelectColumn
Chrysippus
ChrysippusOP2y ago
yes, this one, thankyou!

Did you find this page helpful?