Skip to content

Commit

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

Co-authored-by: Kenan Yusuf <kenan.m.yusuf@gmail.com>
  • Loading branch information
hendrikpeilke and KenanYusuf authored Nov 20, 2024
1 parent 5188453 commit cdccf7d
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 cdccf7d

Please sign in to comment.