Yes..how you can do that??
example i have JSON
{"total":2,"rows":[{"productid":"1","attr":{"size":"10","color":"red"},
{"productid":"2","attr":{"size":"202","color":"green"}]
i can't output the 'size' and 'color' attribute..
Already tried with
{field:'attr.size',title:'Product Size',width:250},
{field:'attr.color',title:'product Color',width:100},
But it doesn't work....
Help me..
Thanks in advance
nb : Don't refer me to StackOverflow answer..