Damien Farrell
Damien Farrell
what's the error message
No sorry this isn't possible. pandastable allows headers that span columns/rows if you set a multi index but that may not be want you want.
It doesn't support wrapping as such. I think the truncation is done in the drawText method https://github.com/dmnfarrell/tkintertable/blob/master/tkintertable/Tables.py I don't actively make updates to this library but if you can change...
Yes there is a single global row height and font size. These can be changed in the prefs dialog. The text length is meant to be truncated to fit the...
The table can't deal with non ascii characters very well. You are using cyrilic? I'll have to see how easy it is to fix.
Not from the right click menu. It can be done programmatically using the `autoAddColumns` method.
Yes I think since you know how to do it it's better to allow developers to sub-class the table and add this themselves. I generally am not adding new features...
Did you say you can interact with the table. There is code in tkintertable/Testing.py that tests this very thing and it seems to work. You could take a look at...
It would be best if you made a minimal example of 2 tables that works and then add more features into it bit by bit. If a minimal example works...
So if your change fixes the problem why do you still think tkintertable cause a conflict of some kind? there is only one tkinter thread running at once and all...