I'm trying to add a more advanced editor to the tree grid where the user will click on a row and new row will appear below the one selected with a form in it that will include more detail than the row, plus a rich text editor for notes.
I'm struggling to make the new row appear using addRecord, here's an example...
https://stackblitz.com/edit/react-ajgqlp?file=index.js
If you click the add new record button, the new row appears but not when you click a row.
Any ideas?
TIA