Difference between tr/td and f7-row/col components

With v3.4 there are new components available to create grids:

- component: tr
  ...
  - component: td

Are there use cases where it makes sense to prefer f7-row/col components over tr/td?

If you are interest in a true grid where the columns are consistent down each of the rows then the table family of tags is probably the better option. If you want more flexibility in the spacing and number of columns and rows (i.e., one row has three cols and the next has five) then the f7 components might be better so you don’t have to worry about rowspan and colspan nonsense.

2 Likes

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.