Currently, I am attempting to implement an inline-editable table using Ag-Grid (v 17.0). However, I have encountered an issue where once I finish editing a row and press enter, the changes are immediately saved. Ideally, I would like the user to remain in "edit-mode" until a successful response is received from the backend.
Despite extensively going through the Ag-grid documentation and experimenting with various events (such as cellValueChanged, rowValueChanged, editingStopped), I have been unable to achieve the desired behavior.
It is preferable for me to retain the Ag-grid code intact, without making modifications directly within their component.