Is there a way to dynamically load data for the timeline tree view for the Y axis? With help of <coll_options> in the XML file maybe? Which format should the XML have in that case?
Today I have in XML:
<event> .... </event>
<coll_options for="personlist">
<item value="1" label="Kent"/>
<item value="2" label="Per"/>
</coll_options>
and then at the scheduler side:
var persons = scheduler.ServerList("personlist")
But I’m not sure how send data dynamically to timeline tree view which has the hierarchical format with one level more for the Y axis. For example persons within a team.