Hi,
I added ngbdatepicker in ag grid cell. Unfortunately the calendar is coming inside the cell. Here is my code.
<input data-input type="text" class="form-control" autocomplete="off" [(ngModel)]="model" [container]="'body'" ngbDatepicker #d="ngbDatepicker" (click)="d.toggle()" placement="bottom-right" (dateSelect) = "onDateSelect($event)" size="13">