Do you need to group together row with similar data types? If so you'll need to provide some custom sorting logic.
If you were to sort the rows by that column and allow it to be sorted alphanumerically (with numeric/date values converted for sorting), you would end up with all the numeric and date type rows at the top, however, those rows would likely be mixed.
-Peter
peterlanoie.blog