Rows that have no value are sorted on top in ascending order #1511
Labels
🐜 bug
Something isn't working
🛑 potentially blocked
Potentially blocked by prerequisites (double check or ask someone, as it may have changed)
Please be as thorough as possible, but if you can't answer everything, please just submit what you have! Thank you!
Description
When sorting happens in view column, normally it is expected to see values at the top of the list in ascending or descending order. However, empty cells are prioritized over cells that have values in view. Therefore, it can be inconvenient to scroll down to see the values in ascending order.
Steps to reproduce
Notes
(or any other columns)Notes
column.Expected Behaviour
The sorting should show values first before empty cells. So the order should be "values - null(empty cells)" in ascending / descending order in all type of columns.
Actual Behaviour
It has this following order.
Screenshots (if you have any)
Ascending order
Descending order
The text was updated successfully, but these errors were encountered: