Module span

Source
Expand description

This module contains a Span settings, it helps to make a cell take more space then it generally takes.

§Example

let mut table = Table::new(&data);
table.modify(Columns::one(0), Span::column(2));

Structs§

ColumnSpan
Columns (horizontal) span.
RowSpan
Row (vertical) span.
Span
Span represent a horizontal/column span setting for any cell on a Table.