jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
24 lines (22 loc) • 597 B
HTML
<table>
<tr>
<td>
<jqxPivotDesigner
[type]="pivotGrid"
[width]="250"
[height]="400">
</jqxPivotDesigner>
</td>
<td>
<jqxPivotGrid
[width]="getWidth()"
[height]="400"
[source]="pivotDataSource"
[treeStyleRows] = "false"
[autoResize] = "false"
[multipleSelectionEnabled] = "true"
>
</jqxPivotGrid>
</td>
</tr>
</table>