Our pure JavaScript Scheduler component


Post by nick.savenko »

Hey guys
Was trying to use docs, examples and can't get it.
So I have a case. I have several events assigned to one person. Those several events have the same value for location. Assume you have 7 jobs in Sydney, I need to be able to click on button and say group by city. And I can see that person have 2-3 locations to travel, but it might be 10-12 jobs behind.

Is it something done through:
.eventStore.group(field);

Just can't figure out how to use it.

Thanks
Nick

Post by johan.isaksson »

Hi,

Grouping on the store level is basically the same as adding another sorter. For the store used to render rows in the scheduler (that is the resource store) it also has visual impact by displaying collapsible group headers.

Thus grouping on eventStore does not really have any effect at all in the schedule. If you upload a screenshot showing what you want to achieve perhaps we could give you some pointers?
Best regards,
Johan Isaksson

Post Reply