Expand description
This module contains a list of primitives to help to modify a Table
.
Structsยง
- Format
- A formatting function of particular cells on a
Table
. - Format
Config - This is a struct wrapper for a lambda which changes config.
- Format
Content - A lambda which formats cell content.
- Format
Content Positioned FormatContentPositioned
is like aFormatContent
an abstraction over a function you can use against a cell.