I want to have a table / cards mixture in Vuetify. The "rows" of the cards must be aligned, since they contain data to be compared. The height of each row should be variable, adapting to the card with the longest text in this row. Something similar is done here using JavaScript.
Can someone answer showing a basic Vuetify example?