I have a react-table being loaded with 1 blank editable row. I have a button where I'd like to add a new blank editable row to the table.
I can add the new blank row to the data, but the Table is not updating. The table only updates with the correct amount of rows after I've changed a value from an existing textbox.
Here's the codesandbox link:
https://codesandbox.io/s/wandering-forest-u7r7lx?file=/src/App.js