Reputation: 17028
To load store data I use:
this.getTestStore().load({
params: {
item_id: record.get('id')
}
});
How to obtain last load params ({ item_id: record.get('id') }
) from this store in the future?
Upvotes: 1
Views: 1979