Open Subwater opened 6 years ago
@Subwater Hi, I've added a Scheduler.config.displayWeekend to achieve this, see this example :-)
This is awesome news!! :) When can we expect the changes to be published to NPM?
Maybe when we add some more features, we can checkout the code at first:-)
@Subwater I've published a new version 0.2.2 in npm.
In my project that uses
react-big-scheduler
I have a need to turn weekends off because they are never used, so as to not show unused days I went in a filtered them out before render. The one issue with that is they (days) still live on in the state, because they were filtered just before renderingThis would be an awesome feature for businesses -- with no need to see unused days -- wanting to use your project!
Great work on the project, it has been very useful! 👍
EDIT: Do you want me to open another FR for toggling collapse in the config?