I'm currently trying to display a list in sencha with data from a store. When I fire an ajax request and update this store the changes are reflected in the list (the right numbers are changed), but it doesn't re-sort the list. The list is sorted at the first load, but then never again. Does anybody know how to re-sort the list after an update? I've tried with adding a listener to refresh and resorting my store from there, but that doesn't help.
Thank you!