jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (9 loc) • 408 B
HTML
<jqxDataTable [theme]="'material'" #myDataTable
[width]="getWidth()" [source]="dataAdapter" [columns]="columns"
[altRows]="true" [sortable]="true" [exportSettings]="{ fileName: null }">
</jqxDataTable>
<div style="margin-top: 20px">
<div style="margin-left: 10px; float: left">
<jqxButton [theme]="'material'" (onClick)="printBtnOnClick()" [width]="80">Print</jqxButton>
</div>
</div>