jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines (16 loc) • 560 B
HTML
<jqxTabs [theme]="'material'" [width]="600" [height]="560">
<ul>
<li style="margin-left: 30px">Grid 1</li>
<li>Grid 2</li>
</ul>
<div style="overflow: hidden">
<jqxGrid [theme]="'material'"
[width]="'100%'" [height]="'100%'" [source]="dataAdapter" [columns]="columns">
</jqxGrid>
</div>
<div style="overflow: hidden">
<jqxGrid [theme]="'material'"
[width]="'100%'" [height]="'100%'" [source]="dataAdapter2" [columns]="columns2">
</jqxGrid>
</div>
</jqxTabs>