How to update total quantity while onChange in A or B column and also how to restrict update without clicking update button in react-ag-grid
Hi can anyone please help me, I am using react-ag-grid and also I am using inline edit.
When I edit a row without clicking an update button just I am clicking on the second row the edited row is updated with new values how to restrict this.
I am using two columns for sample, column A and column B, when I change Column A or B I want to display total Quantity while onchange without clicking an update button.