I have couple of issues related to in-cell editing in react grid. I am using NextJs as well.
1) The problem i am facing is when i exit from the cell, the particular cell is still in edit mode. i have added an example for numeric textbox. Even though i have clicked outside the grid, the border is till highlighted & the field is in edit mode. I am already using custom cell for different fields like( Dropdown list, checkboxes. textboxes, Numeric-text-boxes)
2) In the above numeric textbox, when i add any integer, it will display the number & the cursor will vanish immediately. I have to again click on the numeric text box to add the next number in the same cell.
3) I have almost 300 records in the grid. I am experiencing slowness in rendering the cells when i edit different cells .
I have referred to this example:
https://stackblitz.com/edit/react-czmt6w-tpf8qh?file=app%2FcustomCells.jsx,app%2Fmain.jsx