Is a table's built-in "Show add row button" the only way to trigger a new row in a table?
I was looking to trigger a new row via an Event Handler, was kind of surprised there is no method available for that.
Perhaps a feature request!
ETA: Even cooler would be to be able to pass in some key/value pairs as an argument for pre-filling the new row, like table.addRow(column1: value, column2: value)
To clarify, I want to be able to accomplish what this button in the table toolbar does (it floats an empty, editable row above the table), but trigger it from anywhere, using an event handler / table method. Being able to pass in values to pre-fill would be even better.