jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
14 lines (10 loc) • 421 B
HTML
<jqxGrid #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 #myGrid2
[width]="getWidth()" [source]="source2" [columns]="columns2"
[autoheight]="true" [selectionmode]="'singlecell'">
</jqxGrid>