When using the Table Visualization with lots of attributes/column, the table gets wide and you have to scroll to view the different values of an item/row.
Product | Country | Category | Sub-Category | Rating |
Lego | Danmark | Toy | Construction | 5 |
Playmobil | Germany | Toy | Figurines |
5 |
In scenarios where you have more attributes than items, it would be useful to render a vertical table where you use the attributes as rows and the items as columns.
I like to have all sorting and filtering capabilities possible, that's why transposing the data during data preparation is not an option.
Product | Lego | Playmobil |
Country | Danmark | Germany |
Category | Toy | Toy |
Sub-Category | Constrution | Figurines |
Rating | 5 | 5 |