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
Use colspan and for some reason if you are not sure how many columns you need to merge/span (dynamically generated columns) then use:
colspan
...