I think the obvious answer is to simply sort the JSON Object BEFORE you pass it to React-Table or to whatever state that React-Table is loading.
It's just going to be nearly impossible and it will over complicate your code to try messing around with the pacage. As someone that's used React-Tables a lot in the past. Simply Sort the data before you pass it to React Table...