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