Table design - update row in LiveView

In LiveView, I have a table and want to take input from the user on one of the row items; but I don’t want to make the user navigate off the table.

Design-wise, what is the best approach here?