closed
Public

Can anyone think-of a way to simulate a COLSPAN in the table mechanism? I want to depict a table grid with every-other row having a COLSPAN that spans several columns.

2 answers

That’s a feature I desired. Now I just use rectangle and text label to make the trick:

The rectangle covered two cells and the text label over the rectangle, it works for me but will be better if I can do it easier.

#1
  1. Brilliant! Thanks

Hi Bryan and Andy, so far the table element does not support COLSPAN and ROWSPAN yet. Andy’s workaround is good for now.

We are thinking about the way to support these, I think it is better to define a special (but simple) grammar for the table content, so that ForeUI can understand how to merge cells.

Suggestions welcome 🙂

#2

This question is now closed