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
Is your feature request related to a problem? Please describe.
I have a use-case where I need some of the events that appear in the timeline to be the full height of the row. We use this component in a scheduling application where users click on rows to reserve things, but we want to mark "maintenance windows" where they are unable to make a new reservation.
Describe the solution you'd like
A Boolean parameter that could be passed in the call to getItemProps that would tell the code to make the item the full height of the row, instead of leaving 5 or so pixels above and below the item.
Describe alternatives you've considered
I've tried providing explicit height values in the CSS passed to getItemProps, but this is overridden by the component code.
The text was updated successfully, but these errors were encountered:
I don't own the project, so I can't assign it. But I'm sure you could fork and start working on it on your own! Then create a pull request that cites this issue number when you're done.
Is your feature request related to a problem? Please describe.
I have a use-case where I need some of the events that appear in the timeline to be the full height of the row. We use this component in a scheduling application where users click on rows to reserve things, but we want to mark "maintenance windows" where they are unable to make a new reservation.
Describe the solution you'd like
A Boolean parameter that could be passed in the call to
getItemProps
that would tell the code to make the item the full height of the row, instead of leaving 5 or so pixels above and below the item.Describe alternatives you've considered
I've tried providing explicit
height
values in the CSS passed togetItemProps
, but this is overridden by the component code.The text was updated successfully, but these errors were encountered: