Mobile horizontal scroll datagrid in blazor

Hi, how can I have horizontal scroll on data grid on mobile ? Everything is displayed as column, how do I make It as row.

And also I have another question: How do I call "StateHasChanged();" when I 'm Filtering on data grid, I need to refresh the content of the data grid.
Thank you!

If this is not what you want you can set Responsive to false.

Reload() will refresh the grid.