Sorting a data grid with empty values in a column

4
Hi, I want to sort (ascending) a data grid with respect to the values in column 1. However, the column contains empty values. I notice that the empty values are always displayed on top in both ascending and descending order. I would like to show the empty values below non-empty values, like this: column 1 column 2 column 3 aap 1 xxx beer 3 yyy noot 8 zzz 4 www Is this possible? Thanks!
asked
1 answers
4

At this moment there's no functionality to specify the behaviour of sorting with NULLS FIRST/LAST.

answered