Open watery opened 1 year ago
The parent property needs to be set in the model, i.e.:
parent
activities: { data: [], parent: 'parent' }
for the activity data parent property to be honored, otherwise activites are not grouped in the component.
The
parent
property needs to be set in the model, i.e.:for the activity data
parent
property to be honored, otherwise activites are not grouped in the component.