Gmousse / dataframe-js

No Maintenance Intended
https://gmousse.gitbooks.io/dataframe-js/
MIT License
460 stars 38 forks source link

fix sorting missing values position #136

Open yoch opened 1 year ago

yoch commented 1 year ago

Hi,

The current sorting order was broken in case we have multiple columns to compare that contain empty values.

Attached a simple fix and a test case that illustrates this.