jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
5 lines • 332 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>