jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
13 lines (8 loc) • 360 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left; width: 100%;">
<jqxGrid [theme]="'material'" #myGrid
[width]="getWidth()" [source]="dataAdapter" [columns]="columns">
</jqxGrid>
<div style="margin-top: 30px">
<jqxButton [theme]="'material'" (onClick)="btnOnClick()">Auto Resize Columns</jqxButton>
</div>
</div>