I have a table, where records are grouped together by a particular column, using the built in "Group common records based on this field's value" option.
The field however, is automatically set "td style colspan = '1'", which can squish the field down tremendously.
Seeing as though no other information appears in that row, could we please get that "colspan" to match the total number of columns in the table, instead of just defaulting to one. (The next column over defaults to the total amount of columns minus one, so this has to be possible.)
(Looks much better.)
I don't believe that you can override "colspan" with CSS. So, if this could be added, it would be great. If there is a workaround that I am missing, I would be happy to use that as well.