ratatui/examples/demo
Josh McKinney 37c70dbb8e
fix(table)!: Add widths parameter to new() (#664)
This prevents creating a table that doesn't actually render anything.

Fixes: https://github.com/ratatui-org/ratatui/issues/537

BREAKING CHANGE: Table::new() now takes an additional widths parameter.
2023-12-04 15:22:52 -08:00
..
app.rs fix(prelude): remove widgets module from prelude (#317) 2023-07-16 09:11:59 +00:00
crossterm.rs chore(examples): refactor some examples (#578) 2023-10-20 21:31:52 +02:00
main.rs chore(features): enable building with all-features (#286) 2023-07-04 03:58:25 +00:00
termion.rs feat(prelude): add a prelude (#304) 2023-07-10 22:59:01 +00:00
termwiz.rs chore(examples): refactor some examples (#578) 2023-10-20 21:31:52 +02:00
ui.rs fix(table)!: Add widths parameter to new() (#664) 2023-12-04 15:22:52 -08:00