Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
HI,
I have data in following josn format , which is coming from any function.I Have to display the data in Data Grid widget.How can i do that?
var data = [ { "id" : "1", "name" : "test1" },
{ "id" : "2", "name" : "test2" },
{ "id" : "3", "name" : "test3" },
{ "id" : "4", "name" : "test4" },
{ "id" : "5", "name" : "test5" }
]
Regards,
Quadir