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.

(source: icodeblog.com)
The example screenshot above shows 3 sections: D, I, O
thanks
It’s possible. You need to set to true this two list properties:
Also your list’s store must have
getGroupStringin order to know how to group the list items.Here is live example: http://jsfiddle.net/sSyqF/16/