check out this blog.
if you want optimal table solution for mobile there are multiple solutions weach with pro's and cons.
https://medium.com/appnroll-publication/5-practical-solutions-to-make-responsive-data-tables-ff031c48b122
Hey there,
firstly i would recommend using Chrome and the Mobile simulator - responsive testing tool
this helps greatly with getting a true representation of a mobile device (both IOS and android)
Secondly, when designing for mobile friendly usage, datagrids generally don't work that well, they are not designed for mobile devices in that way.
I would recommend using a listview with a container that contains labels with your dynamic data (parameters):
This should help you set up a design that you can make responsive for both mobile and desktop.
Otherwise what you could also do is create a mobile page that is called when the user is on a mobile (CurrentDevice = mobile)