Solutionunvalidated
Maintain an `editingRows` state object and set the newly added row’s key to `true` right after inserting it (e.g., mark the new row as editable using its generated/undefined id key) so the table starts in edit mode immediately.
c5fbba9b-6315-4017-a992-83b5ed45dd93
Maintain an editingRows state object and set the newly added row’s key to true right after inserting it (e.g., mark the new row as editable using its generated/undefined id key) so the table starts in edit mode immediately.