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
745 stars 415 forks source link

Is there a way to opt out of using react dnd? #244

Open sanjana-ct opened 2 years ago

sanjana-ct commented 2 years ago

I want to be able to use the library without having to use the dnd context. Since these are additional dependencies, is there a way to work around it? This is considering the calendar is going to be static without the dnd feature

hraboviyvadim commented 1 year ago

@sanjana-ct good question. Would be nice to have dnd as an additional "plugin" for this package. I have similar feature request - to remove moment.js from this scheduler. It would be great to have option to use native js api. But it looks like this project is dead. We need to fork it and add all features by ourselves if want any updates.

hbatalhaStch commented 1 year ago

This fork does what you want by setting the SchedulerData config option dragAndDropEnabled to false