birik / react-week-calendar

A flexible week calendar implemented in React.js.
MIT License
56 stars 35 forks source link

How to handle firstDayChange #10

Open krnareshkumar23 opened 4 years ago

krnareshkumar23 commented 4 years ago

I have separate state variable to track and modify the firstDay so I can display events between particular range and then modify range to view events in that range.

I have tried couple of things but to no avail. Could you let know how to achieve firstDayChange and rerender calender?