mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00

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.