UNPKG

jqwidgets-scripts-custom

Version:

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

17 lines (12 loc) 529 B
<div style="font-size: 13px; font-family: Verdana; float: left; width: 100%;"> <jqxGrid [theme]="'material'" #myGrid [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [sortable]="true" [altrows]="true" [autoheight]="true" [selectionmode]="'multiplecellsadvanced'"> </jqxGrid> <div style="margin-top: 20px"> <div style="margin-left: 10px; float: left"> <jqxButton [theme]="'material'" (onClick)="btnOnClick()">Print</jqxButton> </div> </div> </div>