How can I disable allDay events so that I will not see the first cells on the ui?
I did not found it on the docs nor in other issues.
Thanks
For now, the only available option is to use css for that
.rbc-allday-cell {
display: none;
}
And as far as I remember there were discussions to create an option for this which IMO would be useful. I've personally had to in 2 different projects hide it using css what isn't the most elegant way
Thanks @michalak111, for now it will do just fine
Most helpful comment
For now, the only available option is to use css for that
And as far as I remember there were discussions to create an option for this which IMO would be useful. I've personally had to in 2 different projects hide it using css what isn't the most elegant way