tkintertable
tkintertable copied to clipboard
A pure Python library for adding tables to a Tkinter application
Possible freezepanes like excel?
Fixed an error where "plot options" could not be opened Pylabplot library does not exist, use Tkinter table Plot library overrides Fixed the error of incomplete display of "plot options"...
Dear Damien, I want to use your nice tkintertable module in a GUI to enable the user to set some (paired) parameters prior to an analysis and want to return...
In `TableModels.py`: ```Python def deleteColumns(self, cols=None): """Remove all cols or list provided""" if cols == None: cols = self.columnNames if self.getColumnCount() == 0: return for col in cols: self.deleteColumn(col) return...
**Describe the bug** Left clicking on any cell does not work as intended. Instead of being selected it simply does nothing. **System** Operating system: Windows 10, Manjaro Python version: Python...
There is no way at least that I could find to add columns like rows with rows I can do rows=(number of rows) but with columns there is no way...
Adding 'autoselected_row'. Default value is True. The change enables turning off autoselection of a row when a table is created. It may be useful when a table is read_only.
table.drawText(1,1,'text','blue','s')
Hello, it's me again any idea on how can I avoid values to overlap on cells? **Here is a graphical example:**  As we can see in row 1between columns...