Hi
Newbie how to display the following output?
[{ “id” => “1”, “value”=>“usa”, “label”=>“country”},
{ “id” => "2"“value”=>“india”, “label”=>“country”},
{ “id” => "1"“value”=>“chicago”, “label”=>“city”},
{ “id” => “2”, “value”=>“delhi”, “label”=>“city”}]
output
id |city | country
1 |chicago| usa
2 | delhi | india
arti