I found and issue when have more than 9 columns. The sort column is not working good.
But I found a solution:
In the Actions SortHeader and Sort Rows, in the javascript the function "order.sort()" is sorting "strings". Doing this change in both action, solve the issue:
Helpful information
Good work. I'll incorporate the changes in the next version.
Thanks!
Jay