PySimpleGUI/docs/eCookbook/tables/navigate-using-arrow-keys-s...

16 lines
599 B
Markdown
Raw Normal View History

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