Currently sorting something like cross-section doesn't work correctly because the interface treats numerical values as text a.k.a sorting [123, 21, 3] from highest to lowest will given [3, 21, 123]. Could the sort for numerical columns work of the actual value?