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

Hide RowHeaderColumns

Asked by Hoang Nguyen
5 years ago.

In the config of my scheduler, I set my rowHeaderColumns as below:

rowHeaderColumns: [
{title: "Date"},
{title: "Total"}
]

How do I hide/unhide this row? (args.header.level === 2)

Thank you very much.

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

Generally, if you want to change the Scheduler appearance, simply change the config as needed (i.e. remove the item from the array in this case) and call update(). This applies to row header column, time headers and other properties as well.

Comment posted by Hoang Nguyen
5 years ago.

Thank you sir very much. It is working like a charm.

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