How can I add an edit button in a list so that I can edit the entry in a single row form?
So I don’t want to edit in the list itself.
Use a label field. Set its text to ‘edit’ and then attach a link to it. You can make it more fancy (turn it into a button) using CSS.