Tomasz Borowski

Results 4 comments of Tomasz Borowski

@JojiePalahang can you share the workaround here?

@JojiePalahang thanks for the inspiration :) I've prepared monkey patch that wraps `DataTableSelectionComponent.prototype.onActivate` and scrolls datatable body by 1 pixel which is just enough to render another row with virtualization....

Unfortunately I have exactly the same issue. @TheLimace did you find some workaround? @stephanrauh do you know if there is a way to manually trigger field recalculation?

Ok, it seems I have a workaround. It's about retriggering `blur` event when `relatedTarget` is not present - it seems it's important for triggering calculation ```ts @ViewChild(NgxExtendedPdfViewerComponent, {read: ElementRef}) viewerElement:...