Skip to content

Commit

Permalink
[DataGrid] Pass slot props to columnHeaders slot (#12768)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Apr 19, 2024
1 parent 6e11e1e commit 48c34f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-data-grid/src/components/GridHeaders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function GridHeaders() {
columnVisibility={columnVisibility}
columnGroupsHeaderStructure={columnGroupsHeaderStructure}
hasOtherElementInTabSequence={hasOtherElementInTabSequence}
{...rootProps.slotProps?.columnHeaders}
/>
);
}
Expand Down

0 comments on commit 48c34f8

Please sign in to comment.