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

Hide view Type #173

Open abhishek-rtl opened 4 years ago

abhishek-rtl commented 4 years ago

Is there any option to hide view type with this scheduler? I only find the option to add custom view type but there is no way to hide default view types like "Month" and "Quarter"

StephenChou1017 commented 4 years ago

Hi @abhishek-rtl , this is simple, just give a new views array which doesn't contain the "Month" and "Quarter" view to SchedulerData.config object.