Table column not resizing if adding new row on runtime #1449
Unanswered
Maurosilvestricj
asked this question in
Support
Replies: 2 comments 4 replies
-
You can try it,delete "resizable=True" or modify "resizable=False" with dpg.table(tag = "table", header_row=False, width = 200, resizable=False, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi and thanks for the answer! It actually works as expected but I will obviously lose the possibility to manually resize the columns. I'd like to keep this possibility. Any other idea? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm posting this here because I'm not sure if I'm missing something.
As you can see from the code below (last dpg version) if you add a column via the "press me button" the column will not resize to fit the elements inside it.
In contrast if you add the row before dearpygui is started (just uncomment the relatives lines of code), the column size will perfectly fit all elements. Is this a bug, a feature request or I'm missing something?
Thanks all for the answers
Beta Was this translation helpful? Give feedback.
All reactions