PySimpleGUI/docs/eCookbook/tables/the-table-element.md

10 lines
663 B
Markdown
Raw Normal View History

2022-06-30 19:30:25 +00:00
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>