Thank you. Is there an equivalent method for adding single resource? I found only for removing: DayPilot.Row.remove()
Comment posted by Dan Letecky [DayPilot] 5 years ago.
Unfortunately, there is no method for adding new rows. I recommend adding the new resource using the resources[] array.
Adding a new resource through a direct method would only be more efficient if the new resource were added at the bottom. In all other cases, it would require a full update anyway.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.