Nested List, Multiple Layouts

前端 未结 2 1052
孤街浪徒
孤街浪徒 2020-12-18 12:17

In Sencha Touch 2.1, I have the following nested list defined:

xtype: \'NestedList\',
docked: \'top\',
ui: \'light\',
store: treeStore,
detailCard: true,
det         


        
2条回答
  •  半阙折子戏
    2020-12-18 12:47

    I think your defaultRootProperty is wrong for the treeStore.

    It should be

    defaultRootProperty: 'Jobs',
    

    API reference

提交回复
热议问题