#Returns tuple, needs to be Node(:div, tuple..) before use
style=Dict(:display=>"inline-table",
:verticalAlign=>"top",
:width=>"$(100/columns)%")
#:transform => "scale($(1/columns))")
(Node(:div,style=Dict(:display=>"inline-table",
:verticalAlign=>"top",
:width=>"$(column)%"),
"Lorem Ipsum")forcolumnincolumns)
end
"""
"""
Constructs a Node containing empty nodes in a row by column grid. A member can then be accessed using [n,m] syntax, but [n][m] accesses the element container; [n][m][1] is equivalent to [n,m]. This is done to maintain the style (width etc) of the subelements.
Constructs a Node containing empty nodes in a row by column grid. A member can then be accessed using [n,m] syntax, but [n][m] accesses the element container; [n][m][1] is equivalent to [n,m]. This is done to maintain the style (width etc) of the subelements.