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