Posts by Ricardo • 1 point
1 post
-
-1
votes2
answers17
viewsQ: Adjust columns in Tkinter Table
I’m using Tkinter in Python, and also using Table. In my code I have a line, as follows: table = Table (frame, dataframe=frame_input['id', 'name', 'usando_limit', 'telephone']], width = (width -…