On 19/02/17 16:18, Pooja Bhalode wrote:
> Hi,
>
> I am trying to create a simple table. But I was wondering how do I get the
> title of the table to span over multiple columns in the first row.
> Code:
>
> from Tkinter import *
>
> root = Tk()
> root.geometry("700x500")
> Label(root, text = "Tab
Hi,
I am trying to create a simple table. But I was wondering how do I get the
title of the table to span over multiple columns in the first row.
Code:
from Tkinter import *
root = Tk()
root.geometry("700x500")
Label(root, text = "Table 1").grid(row = 0, column = 0, sticky = W)
Label
for i in ra