I can do this using server side and just creating empty cells, but I'm hoping there is a css/html solution to simplify.
val val
________________
val val val val val val
_____________________________________________
val val val val val val val val
____________________________________________________________
val val val val
______________________________
val val val val val val val val
____________________________________________________________
If I'm using a bottom border on the tds, it looks wonky because of the missing cells. Is there a fix to this using html/css or should I just do it server side?
To clarify, I don't know what the longest row will be until after it's output.