Can you merge cells? #87
Unanswered
Bromson3105
asked this question in
Q&A
Replies: 1 comment
-
|
@Bromson3105 This is a logical implementation you will need to do. There is no built in methods in ctktable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to merge cells?

I would like to create a table that has the format:
Right now, the header is actually not part of the table but rather a CTkLabel on the same CTkFrame without padding
Alternatively, can I create an "empty" table with "zero rows and two columns"?

Meaning, I´m adding the rows iteratively from a dictionary, so I first need to create the table and then add the rows one by one. But if I try to do this, I get first an empty row and then my rows (right now "George 35" is added manually as starting values for the table), like this:
Beta Was this translation helpful? Give feedback.
All reactions