Ideas on combining table refresh with NTIE and sorting logic #96
Closed
podliashanyk
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Yeah the python-code should either insert changed events into the correct order or we need to redraw the entire list regularly. Curitz does the latter but has to do that due to how curses works I suspect. The code for this is in curitz itself, zinolib knows nothing about sort order. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed by using cache in #81 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Table refresh with NTIE in #87 does not reorder events. Meaning there is no consideration towards the sorting logic (see #81). New events are simply prepended, modified events always stay where they were in the table before NTIE.
Beta Was this translation helpful? Give feedback.
All reactions