[][src]Module comfy_table::prelude

Re-exports

pub use crate::cell::Cell;
pub use crate::column::Column;
pub use crate::row::Row;
pub use crate::table::Table;

Enums

CellAlignment

This can be set on columns and cells.

ColumnConstraint

Constraints can be added to (columns)crate::Column.
They allow some control over the automatic content arrangement process. \

ContentArrangement

Specify how comfy_table should arrange the content in your table.