igniteui-webcomponents
igniteui-webcomponents copied to clipboard
IgcDataGrid - duplicate row by norifySetItem method during filtering
Description
If I call norifySetItem method with filtering grid, sometimes duplicate row are created.
Steps to reproduce
- Open this sample https://codesandbox.io/s/relaxed-hellman-k4nkk6?file=/src/index.ts
- Set City filter to show a couple of rows.
- Change the value for Sales column.
Result
sometimes duplicate row are created.
Expected result
any row never duplicates.