taffy-coustom-ui
Version:
7 lines (6 loc) • 329 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>