Hey everyone, I am currently diving into the MUI data grid to gain a better understanding. In order to meet my design requirements for a table view, I have incorporated the DataGrid component from MUI. For pagination, I am utilizing their custom implementation. However, I am facing an issue with manipulating it to change positions since the CustomPagination is being overridden by the root of the DataGrid. I will be sharing the CodeSandbox link for the MUI Custom implementation and what I aim to achieve.
Check out the codesanbox demo here: https://codesandbox.io/s/ybuq4n?file=/demo.tsx. You can see the search result image here.
I have searched through the documentation but haven't found a solution so far.