tui-rs/examples
Florian Dehau 8032191366 chore: fix table example
Third column in table example was using the `Max` constraint.

But since version 0.16, the layout system does not add a hidden constraint on the last column which would ensure that it fills the remaining available space (a change that was already mentioned in #525). In addition, `tui` does not support sizing based on content because of its immediate mode nature. Therefore, `Max` is now resolved to `0`. Replacing with `Min` fixes the issue.

A new way of specifying constraints is being worked on at #519 which should for more deterministic and advanced layout.
2021-11-21 21:00:34 +01:00
..
demo chore: self contained examples 2021-11-11 16:18:49 +01:00
barchart.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
block.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
canvas.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
chart.rs chore: self contained examples 2021-11-11 16:18:49 +01:00
custom_widget.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
gauge.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
layout.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
list.rs chore: self contained examples 2021-11-11 16:18:49 +01:00
paragraph.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
popup.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00
sparkline.rs chore: self contained examples 2021-11-11 16:18:49 +01:00
table.rs chore: fix table example 2021-11-21 21:00:34 +01:00
tabs.rs chore: self contained examples 2021-11-11 16:18:49 +01:00
user_input.rs feat!: use crossterm as default backend 2021-11-01 23:21:55 +01:00