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 (17 loc) • 780 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[sortable]="true" [groups]="['productname']" [groupable]="true" [altrows]="true" [selectionmode]="'multiplecellsadvanced'">
</jqxGrid>
<div style="margin-top: 20px">
<div style="float: left">
<jqxButton (onClick)="excelBtnOnClick()">Export to Excel</jqxButton>
</div>
<div style="float: left; margin-left: 10px">
<jqxButton (onClick)="htmlBtnOnClick()">Export to HTML</jqxButton>
</div>
<div style="float: left; margin-left: 10px">
<jqxButton (onClick)="pdfBtnOnClick()">Export to PDF</jqxButton>
</div>
</div>
</div>