Skip to content

Commit

Permalink
[DataGrid] Do not show resize separators for column groups (#13455)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Jun 12, 2024
1 parent 9b55056 commit 10507b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function GridColumnGroupHeader(props: GridColumnGroupHeaderProps) {
width={width}
columnMenuIconButton={null}
columnTitleIconButtons={null}
resizable
resizable={false}
label={label}
aria-colspan={fields.length}
// The fields are wrapped between |-...-| to avoid confusion between fields "id" and "id2" when using selector data-fields~=
Expand Down

0 comments on commit 10507b3

Please sign in to comment.