Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 0e1321e

Browse files
authored
chore: disable autoHeight in realtime trading example
1 parent 2b87dca commit 0e1321e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/examples/grid-trading.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export class GridTradingComponent implements OnDestroy, OnInit {
279279
this.gridOptions = {
280280
autoResize: {
281281
container: '.trading-platform',
282+
autoHeight: false,
282283
rightPadding: 0,
283284
bottomPadding: 10,
284285
},

0 commit comments

Comments
 (0)