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