Skip to main content
Completed

Grid header height

Related products:Universal GUIUI/UX

Harm Horstman
Superhero

There seems to be a relationship between the grid height setting and the height of the grid header.

I think this is not correct and the height of the header should only depend on the content of the header.

Are the UI/UX developers aware of this illogical behavior? Can this be fixed?

Harm Horstman
Superhero
Forum|alt.badge.img+21

For the time being we found a work around by making variants of screen types like:
grid_hh0       → no header height
grid_hh1       → one line header
grid_hh2       → two line header


And adding this syntax to custom.css:

/* -- GRIDS --  */

[data-testid*="hh0"] .ag-header {
  height: 0px !important;
  min-height: 0px !important;
}

[data-testid*="hh1"] .ag-header {
  height: 30px !important;
  min-height: 30px !important;
}

[data-testid*="hh1"] .ag-header-cell {
  height: 30px !important;
}

[data-testid*="hh2"] .ag-header {
  height: 60px !important;
  min-height: 60px !important;
}

[data-testid*="hh2"] .ag-header-cell {
  height: 60px !important;
}

It is a workable solution for now, but still I believe this is something that should be controlled inside the model


Bart Metselaar
Moderator
Forum|alt.badge.img+3

Hi Harm!

Yes we are aware! Even more, we are currently in the midst of altering this behavior (see also point 6 of this blog). 

The headers won't be affected by the height of the grid rows content in our designs.

Kind regards!

Bart

 

 


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • October 17, 2024
Working on it!Planned

Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • October 17, 2024

Don’t want to oversell here: whilst it is in scope of the UI Styling changes and as such included in the Design, we are not yet working on the implementation. 


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • April 16, 2025

Resolved with Release 2025.1.12 of the Universal GUI: Release notes Universal GUI (2025.1.12) | Thinkwise Community


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • April 16, 2025
PlannedCompleted


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings