Datagrid columns on small screens

On small screens (mobile) the column data goes vertical, while the heading is still horizontal. For example if i minimize my browser window on the datagrid demo:

How can i prevent this? It becomes unreadable with many columns. I would prefer scrollbars.

This is regression and it was fixed immediately - DataGrid columns will be hidden on small screens. Additionally you can use Responsive property to stop that and to have scrollbars. The fix will be part of our next update.

1 Like

Has this been fixed yet? I've turned off the Responsive property and the columns don't change to vertical when the windows gets small so that is working but I still don't see the horizontal scrollbar. The columns keep just getting narrower as the window width gets smaller.