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

hide resources name row

Asked by Anonymous
6 years ago.

Hello,
I'd like to use scheduler without time headers, is it possible to hide resources columns titles row?
thanks

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

You can use "rowHeaderCols" property instead of "rowHeaderColumns". It's an older syntax that creates columns but doesn't generate the column headers.

It holds an array with column widths:

dp.rowHeaderCols = [100, 100, 100];
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.