2D array of diagrams
size of each row
if rowsizes.length
is less than diagrams.length
, the last value will be repeated
e.g. [1,2,3] -> [1,2,3,3,3]
size of each column
if colsizes.length
is less than diagrams[0].length
, the last value will be repeated
orientation of the table (default: 'rows') can be 'rows' or 'columns'
a diagram of the table with the diagrams inside
Create a table with fixed size