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.
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.
Thank you sir very much. It is working like a charm.