You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the component is loaded, first n-1 rows have updateType: "Update", while the last one has updateType: "Add"
when deleting any row, the rowIndex for updateType: "Removed" is always the last one.
While visually the last row of the table is always the one to be actually removed, the rowIndex should point to the original row in the data source, so in case we use "Sort Ascending"/"Sort Descending" we can still track the logical row that was deleted.
Hi @OvidijusParsiunas ,
When using the the 'cell-update' event listener:
While visually the last row of the table is always the one to be actually removed, the rowIndex should point to the original row in the data source, so in case we use "Sort Ascending"/"Sort Descending" we can still track the logical row that was deleted.
The text was updated successfully, but these errors were encountered: