jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
16 lines (15 loc) • 498 B
HTML
<jqxListBox [theme]="'material'"
style="float: left"
(onCheckChange)="checkChange($event)"
[]="listSource"
[]="120"
[]="200"
checkboxes="true">
</jqxListBox>
<jqxTreeGrid [theme]="'material'" style="margin-left: 20px; float: left;"
[]="dataAdapter"
[]="true"
[]="columns"
[]="ready"
</jqxTreeGrid>