A table like
11111
22222
alpha
bravo
charlie
delta
will sort wrong, because guessType thinks it’s a numeric column. Be cleverer with guessing the type.
Note that there is a simple workaround for this until it’s fixed: specifically instruct sorttable to
use alpha sorting with
<th class=“sorttable_alpha”>
on the column’s header th.