0
点赞
收藏
分享

微信扫一扫

sencha touch2中定义store格式

海滨公园 2023-03-15 阅读 40


st2中定义store

dataStore = Ext.create('Ext.data.Store', {
model: "OilRecord",
syncRemovedRecords: true,
sorters: [
{
property : 'id',
direction: 'DESC'
}
]

});



举报

相关推荐

0 条评论