Extjs Grid Sorting Mayus / Minus
I Need to Sort a Column That Contains Mayus / Minus Characters: When I Click the Column Placa for Sort, the Row Mhu030 Goes to the End. How Do I Order...
I need to sort a column that contains mayus / minus characters:
When I click the column Placa for sort, the row mhu030 goes to the end.
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.