Closed k3KAW8Pnf7mkmdSMPHz27 closed 3 years ago
The order of the elements in the table changes when they are being filtered.
At the time of writing, the default first two entries in the table are
a2downvoting a2water
If we filter this column on a, the first two entries will be
a
ancElectionHistory ACLU
i.e., the order of the elements changes when filtered. This shouldn't happen.
The order of the elements shouldn't change based on the filter. This can be addressed by adding sorting.
OK to track here the whole sorting enhancement?
Let's do that! Refs. #133
Describe the bug
The order of the elements in the table changes when they are being filtered.
To Reproduce
At the time of writing, the default first two entries in the table are
If we filter this column on
a
, the first two entries will bei.e., the order of the elements changes when filtered. This shouldn't happen.
Expected behavior
The order of the elements shouldn't change based on the filter. This can be addressed by adding sorting.