New Table with server-side sorting

On a new table, there is no option to tell it to use server side sorting.
My data has a column which has custom data sort algorithm. Lets say it will sort A => C => B instead of A => B => C.
I use table's sortArray for querying, the result from API is in the correct order A => C => B, but retool table re-sort it to A => B => C.
How do I fix this?