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

Commit 698b736

Browse files
committed
chore: disable header menu
1 parent 0bfe38e commit 698b736

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/examples/grid43.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export class Grid43Component implements OnInit {
153153
enableCellNavigation: true,
154154
enableColumnReorder: true,
155155
enableCellRowSpan: true,
156+
enableHeaderMenu: false,
156157
enableExcelExport: true,
157158
externalResources: [this.excelExportService],
158159
enableExcelCopyBuffer: true,

src/app/examples/grid44.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export class Grid44Component implements OnInit {
274274
enableCellNavigation: true,
275275
enableColumnReorder: true,
276276
enableCellRowSpan: true,
277+
enableHeaderMenu: false,
277278
gridHeight: 600,
278279
gridWidth: 900,
279280
rowHeight: 30,

0 commit comments

Comments
 (0)