Sencha Touch - 带有类似 iOS UITableView 部分的嵌套列表?
是否可以使用 Senchas Nestedlist 中的部分?目前我正在剖析一个本机 iOS 应用程序,我想知道标准 UITableView 行为是否可以使用 Sencha/Html5/JS 重现。
(来源:icodeblog.com)
上面的示例屏幕截图显示了 3 个部分:D、I、O
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是有可能的。您需要将这两个列表属性设置为 true:
此外,您的列表存储必须具有 getGroupString 才能知道如何对列表项进行分组。
这是实例: http://jsfiddle.net/sSyqF/16/
It's possible. You need to set to true this two list properties:
Also your list's store must have
getGroupString
in order to know how to group the list items.Here is live example: http://jsfiddle.net/sSyqF/16/