CTkTable
CTkTable copied to clipboard
Customtkinter Table widget (extension/add-on)
When using the default rounded corners, selecting then de-selecting a corner cell leaves artifacts around the cell/button. Here is my code to reproduce the above (after clicking on a corner...
There is no way to add your own attributes into the table command without it breaking since it only adds its own data into the command.
For example: 1, table load data1(5 lines), 2, table reload data2(6 lines), then the last line can not display.
Hi. Is there any way to implement a maximum number of rows in the table and, when it passes this maximum limit, makes the table scrollable? In my project, I...
The table's performance significantly decreases when handling large amounts of data. I believe incorporating pagination, similar to the ttkbootstrap table, could enhance the table's performance.
A month ago, I reported that constantly generating multiple tables would cause the interface to flicker, and there was no good solution at that time, and finally decided to generate...
As mentioned in the title, I want to be able to control where the fillet is, instead of the default corners are now filled。 Here are the results of my...
Hey Akash, I am using your library in my project, it is very much useful when we have to display table like widget in our app, Consider this as a...
I HOPE I can help.
When I make a table with a header with different fonts of other lines, I can't change some table configurations. In my case, I made a table that change the...