Skip to content

onItemUpdated doesn't return the updated row but the updating one #88

@julmarci

Description

@julmarci

I was trying to change the row after updating using the onItemUpdated callback and was impossible. Then I saw this in the source code:

this._callEventHandler(this.onItemUpdated, {
row: $updatingRow,
item: updatedItem,
itemIndex: updatingItemIndex,
previousItem: previousItem
});

I guess that $updatingRow means that is not returning the updated row.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions