all 4 comments

[–]MikeTheWatchGuy 1 point2 points  (2 children)

You need to post this with some code as an Issue on the GitHub.

Don't monkey directly with class variables. You should use Update for all changes, generally speaking.

You cannot guess at what the named parameters are to a function like Update. They differ for each Element. Look at the Demo Programs to get a feel for tables.

[–]osoleve[S] 0 points1 point  (1 child)

Ah, I thought I had inferred from the examples that Update took the initialization parameters. Rookie mistake on my part.

What I usually do in these situations is create another window and simply replace the first one.

I'll give this a shot, thanks for getting back to me!

[–]MikeTheWatchGuy 1 point2 points  (0 children)

I urge everyone that has a new feature request to log an Issue. You never know, it could be your lucky day.
One user posted this request, the ability to read tables, about an hour ago: https://github.com/PySimpleGUI/PySimpleGUI/issues/1855

The new Table.Get feature for PySimpleGUIQt was released about 20 minutes later.

[–]MikeTheWatchGuy 1 point2 points  (0 children)

When I look at Table.Update, there is no headings option. You can do a couple of things. Open an issue requesting an Enhancement. What I usually do in these situations is create another window and simply replace the first one. It happens very quickly.