Skip to content

Commit

Permalink
[DataGrid] Fix right column group header border with virtualization (@…
Browse files Browse the repository at this point in the history
…hendrikpeilke) (#15503)

Co-authored-by: Hendrik Peilke <143817985+hendrikpeilke@users.noreply.github.com>
Co-authored-by: Kenan Yusuf <kenan.m.yusuf@gmail.com>
Co-authored-by: Andrew Cherniavskii <andrew@mui.com>
  • Loading branch information
4 people authored Nov 21, 2024
1 parent 88877c1 commit 521573e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export const useGridColumnHeaders = (props: UseGridColumnHeadersProps) => {
pinnedPosition={pinnedPosition}
style={style}
indexInSection={indexInSection}
sectionLength={rowStructure.length}
sectionLength={visibleColumnGroupHeader.length}
gridHasFiller={gridHasFiller}
/>
);
Expand Down

0 comments on commit 521573e

Please sign in to comment.