Hello, I'd like to use scheduler without time headers, is it possible to hide resources columns titles row? thanks
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];