Answered: Some insights on how to work with data stores on two different Lists
Answered: Some insights on how to work with data stores on two different Lists
Hey Guys
I have 2 data stores.
One contains a group of IDs
The other contains values specific to individual IDs
I already have 'completed' the list of individual IDs in terms of functionality and styling etc.
Now, I have been asked to filter them according to the groups which they are in.
So, the only piece of connecting data is the ID stored in an array within the groups store.
My question is:
Should I somehow re-construct the original list I had created for the individual IDs within an Ext.List for the Groups store, inside the onItemDisclosure function?