Hi,
I had a question regarding the treegrid, is it necessary to have the columns fixed for both the parent and the children for proper usage of treegrid ? or can i have a grid which has a parent with 10 columns and the child which only has 5 (un-related) columns ?
st_id show_id shot_name stage
+ delivery_id delivery_label delivery_note
data = [{
“rows”: [{
“delivery_id”: 9897,
“delivery_label”: “v1”,
“delivery_note”: “”
}, {
“delivery_id”: 9964,
“delivery_label”: “v2”,
“delivery_note”: “”
}, {
“delivery_id”: 10025,
“delivery_label”: “v3”,
“delivery_note”: “”
}, {
“delivery_id”: 10126,
“delivery_label”: “v4”,
“delivery_note”: “”
}],
“st_id”: 14161,
“show_id”: “Sample”,
“shot_name”: “SampleShot01”,
“stage”: “Production”
}]
Please advise…?