raphael-bison

Results 2 comments of raphael-bison

Hello We currently are experiencing the following issue: When we add an element, in our case an drop zone on drag start and the height of the row changes, then...

What worked for me is **changeDetectorRef.detectChanges()**. Since the Table Height got changed, because of the drop-zone item which got displayed when `*ngIf="this.isDragging"`. `dragStarted(event: CdkDragStart) {` `this.dragItem = event.source.data;` `this.isDragging =...