I found a problem with the sorting of columns When I set 1, 2, 3, 4, 5, 11 and 12, it will be sorted into 1,11,12,2,3,4,5 Could you fix it? Thank you