I need to sort a column that contains mayus / minus characters:

Before Sort

When I click the column Placa for sort, the row mhu030 goes to the end.

After Sort

How do I order disregarding case?

1 Answer

In your model's field configuration, specify the field's type to be string and the field should be sorted correctly, since ExtJS will then apply the built-in sort type asUCString automatically.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.