jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
11 lines (7 loc) • 321 B
HTML
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[columnsresize]="true" [editable]="true" [selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<div style="margin-top: 20px; float: left">
<jqxButton (onClick)="myBtnOnClick()">Export to Excel</jqxButton>
</div>