When expanding tabs in scheduler vertical scrolling stops working
1 years ago.
Hi
I use scheduler with resource tree (https://javascript.daypilot.org/demo/scheduler/tree.html)
In the above tutorial the tabs are opened by default but in my program they are closed. (I do not know how to open them by default)
I have many resource category so I put button to open all the tabes like this.
dp.rows.find("one").expand();
dp.rows.find("two").expand();
dp.rows.find("ten").expand();
The tree gets expanded but the vertical scrolling for the resource stops working. It scrolls all the page itself.
I want to know how to fix it.
Thank you
Martin
DayPilot