Open taauntik opened 2 years ago
SchedulerBase implements its own getRowHeight, which caches the values. Caching should probably move out of it into calculateRowHeight & calculateAllRowHeights to allow custom implementations to work and get their return value cached
Related Forum post
getRowHeight
does nothing in scheduler and schedulerPro Reproduce here: https://www.bryntum.com/examples/scheduler/basic/Steps to reproduce:
getRowHeight: () => 200
code inside of the scheduler object