Some times, we may want to have the column span of the first element/cell in a row set to one, even if it is the only one cell in a multi column table. Currently, form panel is setting the colspan to the number of cols remaining/empty columns.
Some times, we may want to have the column span of the first element/cell in a row set to one, even if it is the only one cell in a multi column table. Currently, form panel is setting the colspan to the number of cols remaining/empty columns.
Comments
Comment #1
gribnif commentedThe current behavior is correct, and produces a valid table structure. It is incorrect to leave cells unaccounted for.
If you want to achieve the effect of what you describe without harming the table's structure, you should add a dummy cell to the right of the last cell that contains useful data.