QTable: What is the difference between 'Grid mode' and 'Custom rows'
-
I’m trying to implement the QTable, but want to edit how the rows / column headers look.
I believe there are two ways which … do the same thing?
- Grid mode:
https://quasar-framework.org/components/datatable.html#Grid-Mode - Custom rows:
https://quasar-framework.org/components/datatable.html#Custom-rows
What is the difference between these two?
- Grid mode:
-
Grid mode is for vertical display on smaller devices (each row looks sort of like a card). Custom rows controls row display whether in grid mode or not - except it’s ‘item’ when in grid mode since there are no ‘rows’. Hope that makes sense.