Hello, I'm having difficulties finding out how to add a "new row" button to the table component. This was possible to do in the legacy tables, but there doesn't seem to be an option in the new table component. Is there a way to do so?
a workaround is to set the datasource of table to a variable, and add one more row to array in variable using js script.
Yeah, that is more or less what I did, added a variable with an empty row of the table, then added a button on the table that inserts the empty row
1 Like