Currently sorting (in either direction) is available by sorting strings or numbers.
I think a usecase that probably will happen also quite a bit would be to sort by a column that is a 'time.Time'.
Would this be some functionality that is interesting to add?
Not sure how it should / would work, maybe a new function or just integrating a test if it's a time into the current sorting func.