search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Split in resource

Asked by Santor Schuddebeurs
1 year ago.

Hey,

I'm testing the new feature "Split" of the resource in the schedule, but I find some strange behaviors or bugs.

My setup is without rowHeaderColumns.

  • I have a resource with 4 split rows. When I filter out one row (clientside), then the resource divider is not showing (disappear behind next resource).
  • When I hover over the second split row the crosshair of the parent row is not showing, when I add rowHeaderColumns it works.
  • In code: In a split row, is there a way to find the parent row? the parent() function on the row returns null
Comment posted by Dan Letecky [DayPilot]
1 year ago.

Please let me check the issues.

Answer posted by Dan Letecky [DayPilot]
1 year ago.

These issues should be fixed now in the latest build (2022.2.5303):
https://release.daypilot.org/changes/js/

Now you can access the split resource parent using DayPilot.Row.splitParent() and subresources using DayPilot.Row.splitChildren() method.

Please let me know if there is any problem.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.