Thank you for your reply!
Actually - I had found this, but this will require me creating a form of sorts, to actually take the new data and insert it into the table, right?
I was rather hoping, that like the legacy table - you could have an 'in line' row for the new data... but it seems not, right?
Actually, it's more that I liked /wanted a cleaner interface so that the user can provide data for the new row - without me having to create a modal, form etc - the old component was very clean. It created an in-line row.
The inserting of the new row into the database isn't really the issue.
Hi all! Just wanted to share that, yes, we did remove the add row functionality in the new table. We are tracking requests for a built in add row functionality, and it may be something we add back to the table in the future.
Please see the attached example. You can download the json file and then use the "Import app from JSON/ZIP" to use this working example. I would have written an explanation, but the solution is a bit complicated. I had to write 2 javascript queries and create 2 temp state variables. I also added a function to the toolbar (+) and a save action. I hope this helps!