Hello, I need to add children rows in each group with children rows to add new rows dynamically , is it possible to use the onRowCreate method in each resources group with children? Or I need to use another method? Thank you.
At this moment, it's only possible to use the "new row" feature to add rows to the top level.
In order to add children, you can use a context menu as demonstrated in this tutorial:
https://code.daypilot.org/64657/angular-scheduler-resource-management
Thank you for the reply!