Reactjs – Ag-Grid Server side pagination with React: grid is resetted when an item is selected
Please go to this codesandbox example to and understand and reproduce the issue below. Context I am using Ag Grid to do server side pagination on a public paginated API (Pokemon one) as explained here, and display result in the…