Is there an option in ParamQuery where I can switch between "table view" and "card view". By card view I mean where every row is displayed like a card, with all the rows displayed next to each other and wrap around the page.
Table view:
+-------+--------+
| Title1 | Title2 |
+-------+--------+
| data1 | data2 |
+-------+--------+
| dataX | dataY |
+-------+--------+
Card view
+------------------+ +------------------+
| Title1: data1 | | Title1: dataX |
| Title2: data2 | | Title2: dataY |
+------------------+ +------------------+