Unexpected behavior with the Horizontal Scrollbar for DataTable #4281
-
Hi, I have a DataTable, which is too wide to fit my terminal. So I get the Horizontal Scrollbar, which is as I expect. But I do see some unexpected behavior.
Below code demonstrate the behavior. I have tried this with Windows 10, using both the old "Command Prompt", as well as "Command Prompt" and "Windows PowerShell" in the "Windows Terminal". I am using Textual version 0.52.1. Is this expected behavior? Regards
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this is the expected behaviour - see #3556 (comment).
I think this has possibly revealed an issue with this FAQ - https://textual.textualize.io/FAQ/#why-doesnt-the-datatable-scroll-programmatically. If you change the |
Beta Was this translation helpful? Give feedback.
I think this is the expected behaviour - see #3556 (comment).
I think this has possibly revealed an issue with this FAQ - https://textual.textualize.io/FAQ/#why-doesnt-the-data…