Question:
How do you render additional columns when placing the scheduler in tree mode?
Background:
Using version 6.0.0 of Scheduler with the dhtmlxscheduler_material.css
I am using createTimelineView to add columns
to the left side of the scheduler as in this example
Timeline Sidebar columns (dhtmlx.com)
When rendered in TREE
, the column data is there, it is being rendered on top of one another. There appears to be a missing element from the layout.
What I have tried:
- Changing to another style / css, with same effect.
- Rendered in bar and cell mode and it worked.
- I can place everything in one column with the template function, but this breaks future plans for columns, sorting, etc.
Any thoughts?