Hi,
We're using taskRenderer to customize the content of individual tasks within the taskboard. However, we've noticed that when the virtualization option is enabled, the taskRenderer function is never called.
With virtualization disabled:
With virtualization enabled:
We've also implemented the getTaskHeight function but it's still not working
Since we have a large number of tasks in the taskboard, enabling virtualization is essential for performance reasons.
We'using Angular Taskboard component 6.1.5
Could you provide any suggestions or guidance on how to resolve this issue while keeping virtualization enabled?
Thanks in advance