ecookbook restoring the folders for testing...

This commit is contained in:
PySimpleGUI 2022-06-30 15:54:57 -04:00
parent 0574702876
commit 9f40a47d30
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
The Table Element
The `Table` Element is one of the more complex of the elements because there are so many things that are configured when the table is created. In a single line of code everything that is needed to build and display a table including headings, colors, colors, etc, are specified in the parameters passed when creating a `Table`.
This is what the window looks like when run on Windows.
![SNAG-0570.jpg](/api/files/5ddb6944a840008d3051f418/snag-0570.jpeg "SNAG-0570.jpg")
<iframe src='https://trinket.io/embed/pygame/e75349a52f?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>