joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Adjusting grid columns for different devices #49

Open Usman-Majeed opened 8 years ago

Usman-Majeed commented 8 years ago

In some scenarios there are more than 6 columns to list as grid, and some of the columns can be removed from small screens e.g. from tablets and mobile devices. How can we achieve this with current grid component ?

Also layout of the grid can also change for small devices where the grid header can be removed from top and one of the column can be marked as row identifier and its value can be displayed as header text at start or end of the other columns instead of top header. How can we achieve this also ?