You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a ftxui::Table with more entries than the table can render, the size constraints of other elements in the layout get overturned. This could also be relevant when using larger tables and adjusting the size of the window.
The problem only occurs when using the ftxui::Table component as far as I know.
Here is the layout with an empty table:
Here is the layout with a filled table:
The text was updated successfully, but these errors were encountered:
When using a ftxui::Table with more entries than the table can render, the size constraints of other elements in the layout get overturned. This could also be relevant when using larger tables and adjusting the size of the window.
The problem only occurs when using the ftxui::Table component as far as I know.
Here is the layout with an empty table:
![Image](https://private-user-images.githubusercontent.com/70023364/405721679-58ff4eef-16fb-4df5-942e-640b5643e60e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODE5NDcsIm5iZiI6MTczOTA4MTY0NywicGF0aCI6Ii83MDAyMzM2NC80MDU3MjE2NzktNThmZjRlZWYtMTZmYi00ZGY1LTk0MmUtNjQwYjU2NDNlNjBlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA2MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAxNzFiMTZkZGM1NzNiZjBiNTAxZjVlNWYxOWJmMWJiYzAyYzY3ZjlkY2QxZTZjYzU3Yjc1MjRjNjU0ZDIwMmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-hOogYbKrzNxIYfYv5yGDIxqb0c5jPlw67w9JAeQuPU)
Here is the layout with a filled table:
![Image](https://private-user-images.githubusercontent.com/70023364/405721825-29b72c54-2d86-43ab-acce-cbcafa2197f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODE5NDcsIm5iZiI6MTczOTA4MTY0NywicGF0aCI6Ii83MDAyMzM2NC80MDU3MjE4MjUtMjliNzJjNTQtMmQ4Ni00M2FiLWFjY2UtY2JjYWZhMjE5N2YyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA2MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxZWE2NTJmNTNiMmUzYTFjMWRjNmNlYzEyZTU0NzQ2YTljMjFkZmU5ZjI2MGYxYjZlNDM0NDQ5MmU3MmRlMzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-W_8oR_tKHLexS_1QwlszrbtPL-iWDxpcqg7j-165g0)
The text was updated successfully, but these errors were encountered: