Closed
Description
Is your feature request related to a problem? Please describe...
When empty data (for example an empty String ""
) is present in table rows, the sorting function presents this first when sorted in ascending order.
Describe the solution you'd like
Empty fields should be returned last.
Describe alternatives you've considered
As I see it, there may be a couple of ways to present the results:
- Empty fields are always returned last (both in ascending and descending order)
- Empty fields are returned last when ascending order is selected
This may also be a configurable property to pass.
Additional context
I'm aware that the empty string comes technically before "a" for instance, but presenting a lot of empty data first when sorting is bad UX.