How can I add sub rows and access the desire data to show under
data = [
"id": "90e361ec-9245-4bae-bfe1-7afdb0ff5742",
"product_id": "afaf sd fgd",
"name": "Item no 3 edited after this sd safa",
"product_type": "item",
"guide": [
{
"id": "8672fb1d-7e55-4ed2-9e61-ec4784f49127",
"name": "This is guide",
"description": "d editrd",
"thumbnail": null,
"version": "3.00",
"type": "training",
"is_active": true
},
{
"id": "fc99aab4-ca81-4a16-80e0-9fcc8d2dbe78",
"name": "Testing",
"description": "testing editing",
"thumbnail": null,
"version": "1.00",
"type": "training",
"is_active": true
}
]
]
I want to access the guide objects and want to render it under each related row
0 Replies