Replies: 3 comments
|
hello @rjray , can u please assign this to me? I would like to contribute to this project. |
0 replies
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. |
0 replies
|
Any workaround for that? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
getItemPropsthat 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
heightvalues in the CSS passed togetItemProps, but this is overridden by the component code.All reactions