UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

11 lines (7 loc) 353 B
<jqxGrid [theme]="'material'" #myGrid [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [columnsresize]="true" [editable]="true" [selectionmode]="'multiplecellsadvanced'"> </jqxGrid> <div style="margin-top: 20px; float: left"> <jqxButton [theme]="'material'" (onClick)="myBtnOnClick()">Export to Excel</jqxButton> </div>