I’m using the adoptRows method to successfully add rows from another model of the same object type. The problem is that the rows are being prepended, and I’d like them appended instead. When calling the method:
model.adoptRow(row, {doAppend: true});
The doAppend option doesn’t change anything and the row is still prepended. Any advice would be appreciated, thanks! Eulogio
