User story:
A user can modify an item from the TransactionsList table by clicking on it.
UI implementation suggestions:
- minimalistic: click on item -> edit -> onBlur event to save
- more elaborate approach: hovering over an item -> an edit icon appear -> click the icon or item to edit -> press Enter / Esc or click on save / cancel button (green check / red cross)
User story:
A user can modify an item from the TransactionsList table by clicking on it.
UI implementation suggestions: