UNPKG

jqwidgets-scripts-custom

Version:

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

14 lines (10 loc) 450 B
<jqxGrid [theme]="'material'" #myGrid1 [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [pageable]="true" [autoheight]="true" [sortable]="true" [rendered]="rendered" [selectionmode]="'singlecell'"> </jqxGrid> <div style="margin-top: 20px"></div> <jqxGrid [theme]="'material'" #myGrid2 [width]="getWidth()" [source]="source2" [columns]="columns2" [autoheight]="true" [selectionmode]="'singlecell'"> </jqxGrid>