Hi gurus,
I am a newbie in dojo. What I need to do is pretty simple. I have a memory variable containing an array of objects like below:
[{attr0: "value00", attr1: "value01, attr2: "value02"},
{attr0: "value10", attr1: "value11", attr2: "value12"},
...
{attr0: "valuen0", attr2: "valuen1", attr2: "valuen2"}
]
I like to display it in a datagrid. How should I accomplish it? An example will be great. I am using dojo 1.2.x.
Any help will be greatly appreciated.
Jason Zou
