changed sorting to show up on the table headers

This commit is contained in:
UpstreamData
2022-05-10 11:51:26 -06:00
parent 6fa74613b4
commit 0dacd3d294
3 changed files with 41 additions and 47 deletions

View File

@@ -37,6 +37,7 @@ def _tree_header_click_handler(event, table):
async def ui():
window.read(0)
TableManager().update_tables()
# create images used in the table, they will not show if not saved here
tk_imgs = TkImages()