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