kubernetic
kubernetic copied to clipboard
Sort by column does not re-sort on value change
When sorting a view (say list of pods) the sort ordering is not re-evaluated each time the value changes.
Say I sort pods by Status then the sort ordering is the same, even when some of the pods change status.
I would have expected the view to keep being sorted by the selected column, updating each time the value changes dynamically.