Span columns in SALT

0 votes
asked Feb 26, 2014 in Wanted features by scooper (440 points)
I'd like the ability in a salt diagram to span columns in a table.

something like:

{#

Cell 1,1 | Cell 1,2 | Cell 1,3

Cell 2,1 ! This cell spans all the way to the end

Cell 3,1 | Cell 3,2 | Cell 3,3

}

Not sure about the syntax. My immediate need is to span the entire row, so I just decided arbitrarily to use an exclaimation point to indicate "span to end".

1 Answer

0 votes
answered Mar 6, 2014 by plantuml (294,960 points)
selected Mar 6, 2014 by scooper
 
Best answer

You will be probably interested by this http://plantuml.com/salt.html#table

This is working with V7994 (see http://plantuml.com/pending.html )

Regards,

 

commented Mar 6, 2014 by scooper (440 points)
Excellent! Thank you. I can't wait to try it out.
...