dmnfarrell / tkintertable

A pure Python library for adding tables to a Tkinter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tkintertable

SchuppiM opened this issue · comments

@dmnfarrell
Don't know if it's a bug, but: I can't disable/enable the table from the code when I think the user shoulden't be able to Change the table.
Any idea?

@dmnfarrell
I tried self.UsersWOTable.config(state=tkinter.DISABLED), but it has no effect, I'm still able to click the rows and have some action on it.