Resize column widths on the fly
10 years ago.
I recently added "rowHeaderColumns" to my DayPilot Scheduler, and noticed that the resource row headers provide a dynamic resizing capability, which is awesome. Is there any way of providing that same method of resizing capability on the cells used for the events themselves? I am currently providing a work-around by including an html range object and using the value from that to control cellWidth and then invoking the update method. This works reasonably well, but allowing event cell width to be dynamically resized in the same way as the resource header rows work would be preferable.
DayPilot