Unanswered: Nestedlist with iOS UITableView-like sections?
Unanswered: Nestedlist with iOS UITableView-like sections?
Is it possible to use sections in Senchas Nestedlist? Currently i am dissecting a native iOS app and i wonder if the standard UITableView behavior is reproducable using Sencha/Html5/JS.
I'd start with getting it working with a standard list, with the appropriate grouping, and indexBar working as you want. Then you should be able to extend NestedList and replace getListConfig with your list configuration. That should work.
I'd start with getting it working with a standard list, with the appropriate grouping, and indexBar working as you want. Then you should be able to extend NestedList and replace getListConfig with your list configuration. That should work.
I wasn't able to get a standard list working with grouping when I used a store. Any ideas?