Adding / updating records & Ext.data.Store with sorters
Adding / updating records & Ext.data.Store with sorters
Hi,
I add some records by calling "add()" on sorted "Ext.data.Store". Unfortunately new records are added at the end of the store although store is sorted. I have to call sort after that. Why records aren't placed in sort order without calling "sort"? Please tell me is it as design or bug?