UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

18 lines 425 B
<jqxPivotGrid #pivotGrid1 [width]="800" [height]="400" [source]="pivotDataSource" [treeStyleRows] = "false" [autoResize] = "false" [multipleSelectionEnabled] = "true" > </jqxPivotGrid> <br/> <jqxButton #btnCheckRowsDisplayStyle (onClick)="onChangeRowsDisplayStyle()" height="30" > &nbsp;Change to Tree style display&nbsp; </jqxButton>