Hello,
I have a mysql table that I display in a table component with columns ID and Name. The name is editable and the event handles for "save" is able to bulk upsert via primary key when I change a set records. However, I want to use the components feature to add new rows too. When I add a new row, the ID is not auto-incremented as I am using a table ( I've seen this is an options for forms apparently). In this case the Changeset Array is not complete and the bulk upsert does not work. How can I achieve both, updating and adding records form a table?
Thanks very much for any help!