Again, i'm quite new to Javascript and Extjs.
code:
var test = [
{
id: 0,
test: 'Hello'
},
{
id: 1,
test: 'World'
}
];
how do I get the ID of each instance?.
Thanks for the reply.
Regards, Ronel