Closed squizzling closed 3 years ago
The sort isn't stable because of how I do the refresh, so if sorting on a column such as host, where many things are the same, it's a problem.
I can fix it in this PR, or the next one, either way.
hi, is all the changes done for this PR? also, can you resolve the merge conflict and I will be happy to do the final merge.
thanks, eddie
Yep, all done.
This is a relatively chunky change, which adds a new widget for handling a sortable table, and moves the active plots table to consume it.
There's also a change which renames plotTable to activePlotsTable, and all associated data structures use this terminology as well. This is intended to make things clearer by naming everything after table titles (lastTable, aka Archived Plots in particular will benefit from this)