Hi,
if I group resources e.g. Rooms > Owner and a Room does not have an owner, then its not shown in the schedule component. How can I still show parents if there are no childs?
Thanks,
Max
Resources in Angular Schedule component | Syncfusion
<e-resources>
<e-resource field="RoomId" title="Room" name="Rooms" [dataSource]="roomDataSource"
textField="RoomText" idField="Id" colorField="RoomColor">
</e-resource>
<e-resource field="OwnerId" title="Owner" name="Owners" [dataSource]="ownerDataSource" [allowMultiple]="allowMultipleCategory" textField="OwnerText"
idField="Id" groupIDField="OwnerGroupId" colorField="OwnerColor">
</e-resource>
</e-resources>