Skip to content

Commit

Permalink
do not show resize separators for column groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jun 11, 2024
1 parent e12b9fc commit e8f2667
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 e8f2667

Please sign in to comment.