Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1de4b84

Browse files
Update Table_Full.py
1 parent 4bad37c commit 1de4b84

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎Source Codes/Table_Full.py‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,14 @@
5454
master = root,
5555
coldata = column_headers,
5656
rowdata = row_data,
57-
pagesize = 5,
57+
pagesize = 10, # display 10 row entries per page
58+
height = 5, # displays onl5 of the 10 rows,rest you have to scroll down
5859
autofit = True,
59-
paginated = True,
60-
searchable = True,
60+
paginated = True,# organize into pages,each page will have 10 rows as specified in pagesize = 10,
61+
searchable = True,# Searchbox = True
6162
bootstyle = SUCCESS,
62-
#stripecolor = (colors.primary, colors.secondary),
63-
stripecolor = (colors.light, None),
63+
64+
stripecolor = (colors.light, None),#alternate rows coloured in light shade for easy reading
6465
)
6566

6667
data_table.pack(fill = BOTH, expand = YES, padx = 15, pady = 15)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /