I have a Datagrid table in which column virtualization is enabled. There will always be > 25 columns on this table. With a trackpad; a user can quickly scroll horizontally, however, without a trackpad I am worried users won't be able to access the other columns as the scrollbar only appears after scrolling is triggered already.
Is there a way to make the horizontal scrollbar always visible? I have tried adding overflow-x: scroll on MuiDataGrid-virtualScroller and also on MuiDataGrid-virtualScrollerContent but that did not work. Anyone with a solution?
