Could someone help adjust the size of the first datatable in my App so that it can VerticalScroll? #2551
Replies: 4 comments 6 replies
-
If I'm reading your request correctly, I think you'll get what you're after with the addition of this to your CSS: Static {
height: 1fr;
}
DataTable {
height: 50%;
} However, what I would also point out is that you seem to be using Possibly related to any issues you may run in to, given you're using Also, the FAQ about scrolling a |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your detail info and help. |
Beta Was this translation helpful? Give feedback.
-
I use PyQt5 rewrite the app, so far so good. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have uploaded my code and database to the following github repository, and run the app directly using python3 YASA_tui.py.
https://github.com/zhajio1988/YASA_tui
YASA_tui.png shows the appearance of the app, I want the "regr cmd history" datatable to be able to VerticalScroll, preferably only 50% of the screen
Beta Was this translation helpful? Give feedback.
All reactions