UNPKG

jqwidgets-scripts-custom

Version:

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

36 lines 997 B
<jqxPivotGrid #pivotGrid1 [width]="getWidth()" [height]="400" [source]="pivotDataSource" [treeStyleRows] = "true" [autoResize] = "false" [multipleSelectionEnabled] = "true" (onPivotcelldblclick)="onPivotCellDblClick($event)" > </jqxPivotGrid> <jqxWindow [theme]="'material'" #drillThroughWindow [autoOpen]="false" [width]="370" [height]="300" [maxHeight]="400" [minHeight]="200" [maxWidth]="700" [minWidth]="200" [showCollapseButton]="true"> <div #windowHeader> Drillthrough records </div> <div style="overflow: hidden;" #windowContent> <jqxDataTable [theme]="'material'" #tableSrcRecords [width]="'100%'" [height]="'100%'" [pageable]="true" [pagerButtonsCount]="10" [columns]="tableSrcRecordsColumns" [columnsResize]="true" > </jqxDataTable> </div> </jqxWindow>