We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269571d commit 65d219bCopy full SHA for 65d219b
1 file changed
samples/grids/pivot-grid/data-selector/src/index.tsx
@@ -58,10 +58,8 @@ export default function App() {
58
<div className="container sample ig-typography">
59
<div className="container fill">
60
<div className="pivot-container">
61
- <div>
62
- <IgrPivotGrid data={pivotData} ref={gridRef} pivotConfiguration={pivotConfiguration} defaultExpandState={true} superCompactMode={true}>
63
- </IgrPivotGrid>
64
- </div>
+ <IgrPivotGrid data={pivotData} ref={gridRef} pivotConfiguration={pivotConfiguration} defaultExpandState={true} superCompactMode={true}>
+ </IgrPivotGrid>
65
<IgrPivotDataSelector ref={selector}></IgrPivotDataSelector>
66
</div>
67
0 commit comments