I am evaluating ag-grid and material-ui-react libraries for rendering a complex, editable table in my React project. One of the requirements is that when the table size is more than horizontal viewport of the page, some area to the right should be pinned and the user should be able to navigate to other columns using left/right arrow buttons displayed on top edges of the pinned area. The styling of pinned columns and arrows should also be customizable.
Is this possible in ag-grid or material-ui-react?