Damien Farrell
Damien Farrell
I tried ttkbootstrap and tested with dataexplore -t and can't replicate this. Though the widgets look odd. I had to include this `from tkinter.ttk import *` as well because it...
Yes it's a bug in handling the multiindex column text. I'll have to take a look. You can't currently wrap multiindexes though as it's a bit trickier.
Good idea, though it would not be that trivial to implement probably. I'm currently thinking of rewriting this application using pyqt so not sure about adding features at the moment....
Thanks for the feedback. It's hard for me to test this in OS X because I don't have access to a mac. I will look at this when I get...
The problem is the color dataframe is not synced when rows are added/deleted. I think the method of implementing using a parallel dataframe colors is too fragile. `table.update_rowcolors()` is meant...
1. I did add it to insertRow. It's also called in table.deleteRow. 2. calling reset_index might solve one problem but create more. It could mess up the users index. the...
Yes I just ignore the errors and throw them away which obviously is not that helpful. It would just mean printing the errors in the terminal. I don't think columns...
Well for non programmers it could be annoying if a popup appears with every error. I was thinking it might be better to send the stack traces to a log...
Sure you can show me how you do that. It could be best to create a debug mode that you activate and then it creates the popups but it might...
Long delay but this bug should be fixed. Please check.