I am trying to create a view with vertical list of resources but with a horizontal time line is this possible?
group: {
resources: ["Rooms"],
orientation: "vertical"
}, //this makes resources as well as timeline vertical
Example below
tue 10 september
12am |1am|2am|3am|4am|....................
Resource a
Resource b
group: {
resources: ["Rooms"],
orientation: "vertical"
}, //this makes resources as well as timeline vertical
Example below
tue 10 september
12am |1am|2am|3am|4am|....................
Resource a
Resource b