taffy-coustom-ui
Version:
24 lines (22 loc) • 627 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>