Add a 'column_span' field to table cells. The default value is 1; larger values will cause cells to span over multiple columns, being rendered over all columns plus the spaces between them. Fixes #1568.
Table demo
This example shows how to create an interactive table.
To run this demo:
cargo run -p table