cortexrd / Knack-Toolkit-Library

Knack Toolkit Library
MIT License
26 stars 6 forks source link

Sticky Group Headers are overlapping in grids #321

Closed cortexrd closed 3 months ago

cortexrd commented 3 months ago

In a grid with _sth and stickGroupingsWithHeader enabled, I have overlapping groups at the top of the grid, like this:

image

I tried all different options of row spacings and border/clean, but I always see this.

Also, the groups are transparent, which makes it difficult to read.

ND

CSWinnall commented 3 months ago

Hi Norm I will set up default colours to fix the transparency issue. The stacking issue I will fix.

cortexrd commented 3 months ago

I made it work on my side, with custom code, so it should be easy to fix. The tricky part will be to make it flexible so it adapts to all setups.

About the transparency, maybe try to use our new function: ktl.core.mergeStyles

cortexrd commented 3 months ago

All working well now - thanks!