Hello
Is it possible to change the group orientation of running diary?
I want to switch between views and then switch the group.orientation on button click. Is it possible?
I tried for example:
scheduler.view('day'); // works
scheduler.group.orientation('horizontal'); // doesn't work
scheduler.group( { resources: ["Rooms"], orientation: 'horizontal' }); // doesn't work either
Regards,
Pawel