Unanswered: Can I temporarily disable NestedList Sort?
Unanswered: Can I temporarily disable NestedList Sort?
Touch 2.1.0-rc2
I have a sort set for a NestedList store. If I change any property in any record, it forces a sort (and scroll to top) for the entire list for every change.
Sort seems to be very slow and a lot of sorts (15 records changed so 15 sorts) is noticeable to the user.
I tried setting the store's sort to [ ] but then the displayed list gets reordered.
Is there any way to disable the sort when I know I am changing many records or when I know I am NOT changing a sort field?