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 table = Table::new(&data)
    .with(Modify::new(Columns::single(0)).with(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.