Skip to content

Commit

Permalink
pass slotProps to columnHeaders slot
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Apr 12, 2024
1 parent ec2df5c commit 465f0b3
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 465f0b3

Please sign in to comment.