Divide HTML table rows into labelled sections

后端 未结 5 1788
难免孤独
难免孤独 2021-01-03 19:54

Is there a valid way to divide a table\'s rows into sections, with a label identifying that section?

For example, something like the code below, but with a header o

5条回答
  •  独厮守ぢ
    2021-01-03 20:51

    Use colspan and for some reason if you are not sure how many columns you need to merge/span (dynamically generated columns) then use:

    ...
    

提交回复
热议问题