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

Hide resources panel (Scheduler)

Asked by Anonymous
3 months ago.

Is it possible to hide the resources panel completely in Scheduler?

Answer posted by Dan Letecky [DayPilot]
3 months ago.

Yes, it is possible to hide/show the Scheduler row headers using the API (rows.headerHide() and rows.headerShow() methods).

You can also set the rowHeaderColumns property to an empty array to remove the row headers.

Scheduler config example:

{
  rowHeaderColumns: [],
  // ...
}

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.