jQWidgets Forums

jQuery UI Widgets Forums Grid Grid

This topic contains 1 reply, has 2 voices, and was last updated by  Todor 5 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Grid Posts
  • Grid #105871

    angulardev19
    Participant

    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,

    Grid #105928

    Todor
    Participant

    Hello angulardev19,

    We don’t recommend this, but you could try with the approach showed in the following docs.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.