1
votes

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

1 Answers

1
votes

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.