how does `sortUndefined` work?

I have columns with sortUndefined: 1 and I expected it to always sort
undefined
s to the bottom regardless of sort order, instead it sorts it as if
undefined
is the maximum value. So, when the sort is reversed it's at the top of the list.
Was this page helpful?