Posted 19 Mar 2018 Link to this post
Hi
In day view, I got group resource. It working fine.
But I want to turn off group resource in Month view.
I didn't find this kind of API in the schedule.
Does someone know how to do that?
Posted 19 Mar 2018 in reply to james Link to this post
Just found
group:false
Posted 21 Mar 2018 Link to this post
views: [
"day"
,
"week"
{
type:
"month"
group:
false
}
],
group: {
resources: [
"Rooms"
]