From my database i get multiple json object, the json object looks as follows.
[{"id":"90","email_address":[email protected]"},{"id":"92","email_address":[email protected]"}]
Now i want to make a treeview in Extjs that gives this data in so called nodes. But how do i read multiple object in a treestore? I tried to read one object in a store but that did not work. On the internet i found no solutions so far(only nested json objects(which is not the case here).
Wrapping it up: the problem is that my store won't read multiple objects.
The object are dynamicly loaded(so for instance the json can have 1000 objects)