Please find below Link for live
https://stackblitz.com/edit/ashok-reddy?file=muidatagrid.tsx,POC.css,index.tsx
code: https://stackblitz.com/edit/ashok-reddy?file=muidatagrid.tsx,POC.css,index.tsx
from the Live code of an example Whenever i delete row in middle of rows or first row or middle of row on current page, it is being deleting row only last row from current page , Even though if i delete any row of middle it is been always deleting last row only on current page .Therefore issue here was On current page if delete or remove any middle row it always keep on deleting the last row only?
Current behavior:
Whenever i delete row in middle of rows or first row or any row other than last row on current page, it is being deleting row only last row from current page ,
The following screenshot where highlighted row I’m trying to delete it
Whenever i delete the particular row then it should only delete that particular row only.
Whenever i delete row in middle of rows or first row or any row other than last row on current page, then it should only delete that particular row only on current page.
ashok reddy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.