StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

i am unable to find a way to set resources from api #160

Open zeeshanweb-official opened 5 years ago

zeeshanweb-official commented 5 years ago

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 method to do that i have tried schedulerData.setResources(resourcesGotFromAPI) in my axios request but its not working properly

hbellala commented 5 years ago

Hey unrelated to your issue, I'm having an issue with the styling did you have import Antd when you rendered the scheduler component? Here is a link to my issue if you want more detail https://github.com/StephenChou1017/react-big-scheduler/issues/161

nikolara commented 4 years ago

@zeeshanweb-official I have the sam issue. Did you find any solution maybe?