Login Register

onItem

I'm looking for suggestions on a better way to iterate through my dojo.data store to decrease # of iterations

Sorry that's a pretty vague subject. What I have is a store of items like this:

items: 
[
  { name: "button", category: "core", imageSrc: "image.png", label: "Button", description: "It's a button!" }, 
  and repeat...
]
Syndicate content