Module table

Module table 

Source
Expand description

Display tables.

Structs§

Column
A vertical visualization of some data with a header.
Style
The appearance of a Table.
Table
A grid-like visual representation of data distributed in columns and rows.

Traits§

Catalog
The theme catalog of a Table.

Functions§

column
Creates a new Column with the given header and view function.
default
The default style of a Table.
table
Creates a new Table with the given columns and rows.

Type Aliases§

StyleFn
A styling function for a Table.