Reactjs – setPage doesn't change the page in mui datagrid
The setPage is working fine in the pagination component. However, it doesn't change the page in the datagrid itself. I can see the number changes (page) in the browser console. If a entered the page number statically in the useState,…