dmnfarrell / pandastable

Table analysis in Tkinter using pandas DataFrames.
Other
631 stars 126 forks source link

Exception when hovering a mouse over empty table #207

Closed GBR-613 closed 2 years ago

GBR-613 commented 2 years ago

This is the message:

Exception in Tkinter callback
Traceback (most recent call last):
  File "c:\Programs\Python37\lib\tkinter\__init__.py", line 1705, in __call__
    return self.func(*args)
  File "c:\Programs\Python37\lib\site-packages\pandastable\headers.py", line 327, in handle_mouse_move
    if x > self.tablewidth+w:
AttributeError: 'ColumnHeader' object has no attribute 'tablewidth'
dmnfarrell commented 2 years ago

should be fixed