Posted 23 September 2019, 3:44 pm EST - Updated 3 October 2022, 10:42 am EST
Problem: When sorting columns that have a null value, the row with that null value is always at the bottom regardless of whether it is ascending or descending.
Goal: I would like null to be first when ascending, and last when descending (like a negative infinite) - for letter based sorting as well.
I understand there is this method: http://help.grapecity.com/spread/SpreadJSWeb/webframe.html#JavascriptLibrary~GcSpread.Sheets.Sheet~sortRange.html that you I could override, but I can’t really wrap my head around it (new to SpreadJS).
Thank you.

