kvitable-1.1.0.1: Key/Value Indexed Table container and formatting library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.KVITable.Render.Internal

Synopsis

Documentation

data TblHdr Source #

Constructors

V KeyVal 
AndMore Natural 

type TblHdrs = [(Key, [TblHdr])] Source #

renderingKeyVals :: RenderConfig -> KeyVals -> (TblHdrs, TblHdrs) Source #

Returns the rows and columns KeyVals, with appropriate application of RenderConfig specifications: colStackAt, maxCells, maxCols. Does not collapse empty rows or columns.

Orphan instances

ConvertName UTF8 "Key" "column header" Source # 
Instance details

Methods

convertName :: Named UTF8 "Key" -> Named UTF8 "column header" #

ConvertName UTF8 "KeyVal" "column header" Source # 
Instance details

Methods

convertName :: Named UTF8 "KeyVal" -> Named UTF8 "column header" #