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

Hide resources name column in scheduler?

Asked by Anonymous
8 years ago.

Hi

The scheduler has a resource name column to the left. I don't need to show this in my application and it just takes space. I can't figure out how to hide it.

This is what I'm talking about:
http://i.imgur.com/clzMLgL.png

Answer posted by Dan Letecky [DayPilot]
8 years ago.

You can use rowHeaderColumns:

dp.rowHeaderColumns = [];

See also http://doc.daypilot.org/scheduler/row-header-columns/

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