Blank cells in SALT table

0 votes
asked Feb 26, 2014 in Wanted features by scooper (440 points)
Often, I want the upper left cell in a table to be blank. I can't do that today, and instead have to use a period as a placeholder.

E.g. I'd like to make a table like this:

{#

 | Column 2 | Column 3

Row header 1 | value 1 | value 2

Row header 2 | value 3 | value 4

}

With the current implementation, "Column 2" will appear in the same column as "Row header 1".

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)
Thank you! Looking forward to using it.
...