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,15 @@
A "Mini-Excel" Table
Can be used to:
* Display numeric data
* Use arrow keys to move around the table
* Click on a header to sort table using that column (Column header will be bolded)
On a Windows machine, the window appears like this:
![SNAG-0567.jpg](/api/files/5dd24d93892acde57a9da36d/snag-0567.jpeg)
Clicking on one of the Column Headers (A - F) will cause the entire table to be sorted using that column as the key
<iframe src='https://trinket.io/embed/pygame/8c28a62cec?start=result' width='100%' height='650' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>