search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

React Scheduler > Additional blank group at the bottom

Asked by Andy
1 day ago.

Hello,

There seems to be an additional blank resource at the bottom of the left pane. Is there a way to get rid of it?

I confirm that the `resources` array only contains 9 entries.

Thank you!

Answer posted by Dan Letecky [DayPilot]
1 day ago.

This is a special spacing div that is required for proper vertical synchronization of the grid and the row headers. It is marked with scheduler_default_rowheader which makes it look like row header. In most cases, this is what you want to see (the same background).

It could probably use a special CSS class so you can target it using CSS directly.

But in your case, it might be easier to apply white background to scheduler_default_rowheader_scroll (the row header backgroudn) which will effectively hide this spacing element.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):