Hello.
I'm using the grid with grouping version 11. I don't set the column widths. A question about the lockGroups property. If you do not use it, the width of the header and grid columns is the same, and the name of the dimension is displayed in one row (example 1).
If you add lockGroups, the width of the header and grid columns does not match and each word of the group name is moved to a separate line (example 2).
If you add width to the columns, then the columns begin to match, except for the last one, but this does not help the names of the groups.
By adding the lockGroups property, how can I save the display of the original grid, where everything matches (as example 1)?
example 1:
https://stackblitz.com/edit/react-qjv8cnyt?file=app%2Fmain.tsx,app%2Fapp.tsx
example 2:
https://stackblitz.com/edit/react-qjv8cnyt?file=app%2Fapp.tsx
Thank you!
I'm using the grid with grouping version 11. I don't set the column widths. A question about the lockGroups property. If you do not use it, the width of the header and grid columns is the same, and the name of the dimension is displayed in one row (example 1).
If you add lockGroups, the width of the header and grid columns does not match and each word of the group name is moved to a separate line (example 2).
If you add width to the columns, then the columns begin to match, except for the last one, but this does not help the names of the groups.
By adding the lockGroups property, how can I save the display of the original grid, where everything matches (as example 1)?
example 1:
https://stackblitz.com/edit/react-qjv8cnyt?file=app%2Fmain.tsx,app%2Fapp.tsx
example 2:
https://stackblitz.com/edit/react-qjv8cnyt?file=app%2Fapp.tsx
Thank you!