Hi,
Can I add my angular component inside the grid column? For example, I created one textbox component like app-item
. I want to add it inside the grid column. Let me know as soon as possible.
Here is the app-item HTML code.
<div class="position-relative">
<jqxInput [width]="'100%'" [theme]="'imms'" [source]="itemCodeList" [minLength]="1" [placeHolder]=""
class="form-control search-input" [(ngModel)]="itemcode">
</jqxInput>
<button class="btn btn-outline-secondary btn-search border-0" type="button" (click)="onSearch()"><i
class="icon-search mr-0"></i></button>
</div>
Regards,