jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
22 lines (16 loc) • 698 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[pageable]="true" [sortable]="true" [columnsresize]="true"
[autoheight]="true" [pagermode]="'simple'" [selectionmode]="'multiplerowsextended'">
</jqxGrid>
<div style="margin-top: 30px">
<div style="float: left">
Pager Settings:
<jqxDropDownList (onSelect)="myListOnSelect($event)"
[width]="150" [height]="25" [selectedIndex]="1"
[autoDropDownHeight]="true" [source]="['Default', 'Simple']">
</jqxDropDownList>
</div>
</div>
</div>