Skip to content

Commit

Permalink
fix: Draggable Grouping drop zone should always be 100% wide
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 12, 2024
1 parent e4c8d34 commit b15abe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slickgrid-react/global-grid-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export const GlobalGridOptions: Partial<GridOption> = {
headerRowHeight: 35,
rowHeight: 35,
topPanelHeight: 30,
preHeaderPanelWidth: '100%', // mostly useful for Draggable Grouping dropzone to take full width
translationNamespaceSeparator: ':',
resetFilterSearchValueAfterOnBeforeCancellation: true,
resizeByContentOnlyOnFirstLoad: true,
Expand Down

0 comments on commit b15abe4

Please sign in to comment.