sortUndefined
The priority of undefined values when sorting this column.
falseUndefined values will be considered tied and need to be sorted by the next column filter or original index (whichever applies)
-1Undefined values will be sorted with higher priority (ascending) (if ascending, undefined will appear on the beginning of the list)
1Undefined values will be sorted with lower priority (descending) (if ascending, undefined will appear on the end of the list) API Docs Guide