table row inline editing
Someone have already built a table that you can click and edit the client Name, or email, for example...
I don't have any idea on how to do it with filament.
4 Replies
Is there something similar that works for the Filament\Infolists\Components\TextEntry?
For textentry I don’t think so. At that point it would just be a form so use a form for that.
You could always just make an action that links to the edit record page inside your info list.
hmm ok, got it.
thanks man