I'm attempting to establish default order by / sort order on two string columns in ng-grid , but the default action is to throw null values to the bottom regardless of asc / desc.
If I want null values to be displayed first, is there a built-in option I'm missing similar to Oracle SQL's "nulls first"? If not, any quick tips on writing such an external sort?