You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wish to be able to resize events with a small step, such as 5 minutes. However, when setting the step prop to such a value, the table gets too large to fit properly on a screen, even when using the min and max props to trim empty space.
Suggested solution
We propose adding a resizingStep prop to DnD calendars, which would override the step prop for resizing when set.
Alternative
No response
Additional context
We are considering the adoption of react-big-calendar in Indico to replace the current legacy timetable.
Clear and concise description of the problem
We wish to be able to resize events with a small step, such as 5 minutes. However, when setting the
step
prop to such a value, the table gets too large to fit properly on a screen, even when using themin
andmax
props to trim empty space.Suggested solution
We propose adding a
resizingStep
prop to DnD calendars, which would override thestep
prop for resizing when set.Alternative
No response
Additional context
We are considering the adoption of
react-big-calendar
in Indico to replace the current legacy timetable.Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: