All reviews and all grades views display a table with aggregations of review/grade data for courses. The table currently requires horizontal scrolling on small screens (e.g. mobile devices).
Mobile contributes to a small portion of traffic (13.5%), and the columns with counts/averages/percentages each take up at least 100px of horizontal space. Considering there are 4-5 such columns and the width of, say, an iPhone 5 is 640px, there is just not enough horizontal space for a device-agnostic solution.
The request is to determine if/how the horizontal scrolling can be eliminated.
All reviews and all grades views display a table with aggregations of review/grade data for courses. The table currently requires horizontal scrolling on small screens (e.g. mobile devices).
Mobile contributes to a small portion of traffic (13.5%), and the columns with counts/averages/percentages each take up at least 100px of horizontal space. Considering there are 4-5 such columns and the width of, say, an iPhone 5 is 640px, there is just not enough horizontal space for a device-agnostic solution.
The request is to determine if/how the horizontal scrolling can be eliminated.