Angular TreeList - editing.changes
index CTP
Zero-based index of a new row. Applies only if the type is "insert".
If the pageIndex has a value, this field sets a row index on the specified page. In other cases, this field specifies the row index within the entire grid. Only data and group rows are indexed. To add a row to the end of the page or grid, set index to -1.
pageIndex CTP
Zero-based index of a page into which a new row should be inserted. Applies only if the type is "insert" and the pager is used.
This field has a value if the TreeList uses the pager. This value equals paging.pageIndex, but you can override it with a custom value. To add a row to the last page, set this field to -1.
If you have technical questions, please create a support ticket in the DevExpress Support Center.