jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
7 lines (6 loc) • 335 B
HTML
<jqxListBox style="float: left" (onCheckChange)="myListBoxOnCheckChange($event)"
[width]="200" [height]="200" [source]="listBoxSource" [checkboxes]="true">
</jqxListBox>
<jqxGrid #myGrid style="float: left; margin-left: 20px"
[width]="600" [source]="dataAdapter" [columns]="columns" [columnsresize]="true">
</jqxGrid>