Hello,
the documentation has really become very good. But I am struggling when it comes to combine stores.
I need
- store for use in dgrid ondemandgrid
- based on REST operations
- all data should (also) be completely hold in memory, so that sort and filtering are done locally.
Fetch and get/put/delete/post done by REST.
What would be the correct combination?
declare( [Rest, RequestMemory, Trackable])
Thank you for your help!!