How do I draw a datagrid when there is an array under the object?
When you get /nature resource
The data comes down as "products": [{id:1, name: fff}, {id:2, name: dddd}]. In this case, how can I draw the array in products in datagrid?
The data comes down as "products": [{id:1, name: fff}, {id:2, name: dddd}]. In this case, how can I draw the array in products in datagrid?
