Skip to content

Commit

Permalink
[DataGrid] Fix event name of columnHeaderContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
vfbiby committed Oct 3, 2024
1 parent f4eb04b commit cf772f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/events/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
{
"projects": ["x-data-grid", "x-data-grid-pro", "x-data-grid-premium"],
"name": "columnHeaderContext",
"name": "columnHeaderContextMenu",
"description": "Fired when a column header is right clicked",
"params": "GridColumnHeaderParams",
"event": "MuiEvent<React.MouseEvent<HTMLElement>>",
Expand Down

0 comments on commit cf772f9

Please sign in to comment.