我有以下列表:
Ext.define('MyList', {
extend: 'Ext.List',
store: mystore,
//and others properties.....
});
当我添加新数据时,我可以在页面上重新绘制我的列表mystore
吗?
我有以下列表:
Ext.define('MyList', {
extend: 'Ext.List',
store: mystore,
//and others properties.....
});
当我添加新数据时,我可以在页面上重新绘制我的列表mystore
吗?