tableP :: Int -> Placer
tableP count
tableP
is a placer for creating tables.
In a table, all elements in the same row must have
the same height and all elements in the same column must have the same width,
but different columns may have different widths and different rows may have
different heights.
count :: Int
Related combinators: placerF.
Dynamic Layout.