Is there a way to set initial scroll in reactjs material-ui tables?
The table I am using has many columns, and would prefer if some of the columns come into view automatically upon loading without scrolling i.e. setting initial scroll.
Is this even possible, and if yes, how?