Files
ratatui/examples/apps/table
Kareem Khazem f9d066f4d7 feat(table): let Cells span multiple columns (#2150)
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.
2025-12-28 21:25:42 -08:00
..

Table demo

This example shows how to create an interactive table.

To run this demo:

cargo run -p table