jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.88k stars 2.23k forks source link

Month View: Is there a way to control the row height when we click on "+X more" link in any cell of that row? #2346

Closed vasanthkumar258 closed 1 year ago

vasanthkumar258 commented 1 year ago

Check that this is really a bug

Reproduction link

https://stackblitz.com/edit/big-calendar-demo-mfzisu?file=index.js

Bug description

In Calendar Month view, a row will have cells with different "+X more" link.

Current Behaviour - When we click on "+X more" link, we either go to day view or open a pop up

Expected Behaviour - When we click on "+X more" link, we expand the entire row to the height that fits the all the events and show Collapse for all the Days in a row?

Expected Behavior

When we click on "+X more" link, we expand the entire row to the height that fits the all the events and show Collapse for all the Days in a row?

Actual Behavior

When we click on "+X more" link, we either go to day view or open a pop up

react-big-calendar version

1.5.2

React version

18.2.0

Platform/Target and Browser Versions

Chrome

Validations

Would you like to open a PR for this bug?

cutterbl commented 1 year ago

@vasanthkumar258 This is not a bug, but expected, documented behavior of Big Calendar

vasanthkumar258 commented 1 year ago

@cutterbl, Yeah this is not a bug. Can we achieve the above behaviour by using any workaround?

cutterbl commented 1 year ago

@vasanthkumar258 In the way that Big Calendar is currently rendered, I don't think there is. But I can't be certain. You might ask on StackOverflow though, as someone may have tried this.