jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines (7 loc) • 350 B
HTML
<div style="font-size: 13px; font-family: Verdana; float: left">
<jqxGrid [theme]="'material'" #myGrid
[width]="getWidth()" [height]="250" [source]="dataAdapter" [columns]="columns"
[rowdetails]="true" [initrowdetails]="initrowdetails"
[rowdetailstemplate]="rowdetailstemplate" [ready]="ready">
</jqxGrid>
</div>