Dylan Ferris
Dylan Ferris
You can use slotLabelInterval and slotLabelFormat to remove the labels on each day: https://codepen.io/anon/pen/qGMWPW?editors=0010 I see that does not work well with slotDuration of 1 day (eg. to allow events...
For reference, a possible hack is to remove the labels from `datesRender`: https://codepen.io/acerix/pen/YzywYeV?editors=0010
The same hack doens't work in v5, but hiding the labels with CSS seems to work ok: https://codepen.io/acerix/pen/NWRxbba?editors=0110
For reference, the same for hour precision: https://codepen.io/acerix/pen/Rwxppaj?editors=0110 https://codepen.io/acerix/pen/poLZRON?editors=0110
The page for timegrid explains how to import it: https://fullcalendar.io/docs/timegrid-view Do you mean somewhere else in the documentation?
Thanks for the demo, but I'm not sure I understand. Is the issue that the pop-over appear cut-off at the bottom like this? 
Would you be able to post a [runnable, stripped-down demonstration of the performance issue](http://fullcalendar.io/wiki/Reduced-Test-Cases/)? Would really appreciate it because the time saved reproducing will be time spent fixing.
There is only a border between resources, not after the last resource, so it's the same without any grouping: https://codepen.io/acerix/pen/podOeyb?editors=001 But in your first example, the vertical divider in the...
The grey background is a feature only for resources groups, it could be requested as a new feature to have a style like that for parent resources, or you could...
Thanks, confirmed. I tested in our debug template and also see the height increased in v7 with `height: 'auto'`: https://codepen.io/acerix/pen/MYWJoEa?editors=0010 https://codepen.io/acerix/pen/KwKaqXK?editors=0010 I'm not sure if that change is intentional, but...