taffy-coustom-ui
Version:
5 lines • 328 B
HTML
<div id="profitDropDownOne">
<jqxDropDownList #dropDown [autoOpen]="true" [template]="'info'" [checkboxes]="true" [source]="sourceQuarter" (onCheckChange)="checkChange($event)"
[width]="160" [height]="35" [autoDropDownHeight]="true" [selectionRenderer]="selectionRenderer">
</jqxDropDownList>
</div>