User Profile
Collapse
-
Thanks bvdet this is helpful for me. -
I am newer in python and tkinter. This is not my homework. I am not a student. I couldn't find any widget. Is there a widget for table view like this:
>>>dview=tkinte r.tableview()
>>>dview.pack ()
>>>dview.cell[2][3].text="some string"
>>>dview.cell[2][4].image="someima ge.png"
>>>dbutton=dvie w.cell[1][1].button
but I couldnt find in google....Leave a comment:
-
I need a sample table viewer in tkinter like excell or any database viewer. It must have Columns and rows and headers. Like this.
_|_A_|_B_|_C_|_ D_|_E_|
1|___|___|___|_ __|___|
2|___|___|___|_ __|___|
3|___|___|___|_ __|___|
4|___|___|___|_ __|___|
5|___|___|___|_ __|___|Leave a comment:
-
No activity results to display
Show More
Leave a comment: