From 70ff86b179b2aa69c8ded9aefeb6d0205e24a112 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 13 Jan 2019 10:26:22 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b462cd22..5d673b7d 100644 --- a/readme.md +++ b/readme.md @@ -3092,6 +3092,7 @@ Table( values, background_color=None, alternating_row_color=None, row_colors=None, + vertical_scroll_only=True, size=(None,None), change_submits=False, enable_events=False, @@ -3099,6 +3100,7 @@ Table( values, pad=None, key=None, tooltip=None, + right_click_menu=None, visible=True): ``` @@ -3118,6 +3120,7 @@ font - font for table entries justification - left, right, center text_color - color of text alternating row color - if set will change background color for alternating rows +row_colors - list of tuples representing (row_number, color) background_color - cell background color size - (None, number of rows) - don't use, use num_rows instead enable_events - will return a 'row selected' event when row is selected @@ -4937,5 +4940,5 @@ In the hands of a competent programmer, this tool is **amazing**. It's a must- The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code. \ No newline at end of file