- Example of my code is here: https://codesandbox.io/s/react-data-grid-example-nqylyb
- Library URL: https://github.com/adazzle/react-data-grid
I cant seem to find a hook/callback that triggers on a cell edit in the documentation? Am I missing something or does this have to be written manually using an event listener or such?
After an edit I need to fire off a request to update the database, if this has to be written up rather than using a hook the library already provides, I'd highly appreciate any example snippets.
Thank you!