jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (6 loc) • 363 B
HTML
<jqxDropDownButton [theme]="'material'" #myDropDownButton [width]="150" [height]="25">
<jqxGrid [theme]="'material'" #myGrid (onRowselect)="myGridOnRowSelect($event)"
[width]="550" [source]="dataAdapter" [columns]="columns" [ready]="ready"
[pageable]="true" [columnsresize]="true" [autoheight]="true">
</jqxGrid>
</jqxDropDownButton>