This module contains a Span settings, it helps to make a cell take more space then it generally takes.
Span
let table = Table::new(&data) .with(Modify::new(Columns::single(0)).with(Span::column(2)));
Table