PySimpleGUI
PySimpleGUI

Wanted to get you a quick answer so you're not searching for too long..... You can change the table data, but unlike the rows of the table, the headers are...
Documentation for the Table element is here which shows the update method: https://pysimplegui.readthedocs.io/en/latest/call%20reference/#table-element There may be a workaround already posted here in the issues for the headers somewhere so it's...
I think this is a good enhancement that a lot of people could benefit from. I've got it earmarked as a high-priority enhancement. It's one of those enhancements that: *...
My plan is to refactor the window creation code and pull out the table creation code so that the update method can basically recreate a table. It's great seeing all...
Autoclose should work with read_all_windows, but I wouldn't be surprised if it had some problems. Finalize won't work with auto_close. Finalize is basically a window read and so when it...
4.31.0.6 is checked into GitHub. Give it a try. You can now finalize an autoclose window and it won't start the timer until you do the actual read of the...
This was released to PyPI in version 4.32.0
I'll work on read_all_windows. It'll take a little while. Are your other questions about a normal read or a read_all_windows? If you interact with a Window, then it will not...
I don't yet know. I haven't been able to dig into this particular problem. For now, it's safe to assume it doesn't work (it's still labelled a bug) and that...