-
When switching between Business and Full day, the Scheduler displays a big empty space on the bottom, if the time on the used machine is set to 20:00.
This can be reproduced here:
https://stackb…
-
This library is good however when there are alot of events, rendering becomes really slow. Has anyone tried an alternative to this library that is really fast with rendering 100s of events?
-
This is my component: [https://jsfiddle.net/hoangtrieukd/s2d0rpy9/](url)
But events not show:
![image](https://user-images.githubusercontent.com/15377683/50746210-8e980a80-1260-11e9-9afe-846dee996e5…
-
Everything with the library works, except when I hover over the events (which I got around by turning that off but hope have that hover capability soon) or when I choose a date using the calendar. Whe…
-
I've been able to have the entire calendar show, and interact with it. However events are not displayed and cells are not able to be selected.
```import React, { Component } from 'react'
import { …
-
### Checklist
- [X] I've verified that I'm running react-big-schedule version **4.2.0** or higher
### Describe the bug
The scheduler does not conform to the outside parent div no matter what …
-
The quill has released 2.0.0 at [quill-release](https://github.com/quilljs/quill/releases/tag/v2.0.0)
In the old quill version, some deprecated events are used in the code. [mutation-events-deprecat…
-
It would be a great and convenient deal if we were to see each and every Tasks deadline on a calendar. This would obviously save time speaking from experience and garner a lot of interest in this feat…
-
hi guys, first of all thanks for such a nice tool,
i am working recently with react big scheduler and i was hoping that i could supply my own custom resources after calling some api.
but there is no…
-
After delete / add operations, I could not manage to update the state without refreshing the page.
This is my code:
` delete = (schedulerData, event) => {
if (this.props.role === "L3") {
…