ยค tableP

Placers: matrixes and tables

Types

tableP :: Int -> Placer

Synopsis

tableP count

Description

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.

Arguments

count :: Int
Number of colums in the table.

See Also

Other placers: tableP', matrixP, horizontalP et al.

Related combinators: placerF.

Dynamic Layout.