jacstofberg
2 Sep 2011, 12:30 PM
Hi there,
I have a store that implements paging to load data into the store in smaller chunks. My problem is that I need to modify some data right before it is loaded into the store. I am able to do this when not using paging by passing a callback function to the store.load() function. However, then I have to load the entire data set.
Is there a way to attach a callback to store.nextPage() or store.loadPage()?
Thanks in advance.
Jac Stofberg
I have a store that implements paging to load data into the store in smaller chunks. My problem is that I need to modify some data right before it is loaded into the store. I am able to do this when not using paging by passing a callback function to the store.load() function. However, then I have to load the entire data set.
Is there a way to attach a callback to store.nextPage() or store.loadPage()?
Thanks in advance.
Jac Stofberg