jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines (13 loc) • 709 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[pageable]="true" [sortable]="true" [altrows]="true" [filterable]="true"
[columnsreorder]="true" [autoloadstate]="true" [autosavestate]="true"
[autoheight]="true" [editable]="true" [columnsresize]="true"
[showfilterrow]="true" [selectionmode]="'multiplerowsextended'">
</jqxGrid>
<div style="margin-top: 30px; float: left">
<jqxButton (onClick)="saveStatebtn()">Save State</jqxButton>
<jqxButton (onClick)="loadStateBtn()">Load State</jqxButton>
</div>
</div>