Scheduler - Frozen rows are not processed in onRowFilter
3 years ago.
Hi,
I wanted to hide top frozen rows as soon as they don't have any events any more. The user is allowed to delete these events. After each deletion I call DayPilot.Scheduler.rows.filter(), that triggers the onRowFilter() event handler. However, I found out, that the all rows except the frozen row are processed in onRowFilter
DayPilot