Our blazing fast Grid component built with pure JavaScript


Post by gregc »

Any tips on how I can dig into why the divs of the table changed from going down the page to a value that puts them at the top?

The initial render is fine, its when I scroll down it does it. I'm obviously trying to gather more info as to why this particular view is doing it.

Image

Last edited by gregc on Sun Mar 21, 2021 1:46 pm, edited 1 time in total.

Post by mats »

Hard to say with so little information, if you can wrap this up in a simple test case we would be happy to investigate what is going on.


Post by gregc »

It seems that if my column is a little narrow and it is wrapping, it isn't calculating the height properly I think, hard to pinpoint, but with more appropriate sized columns seems ok.


Post by alex.l »

Hi gregc, could you attach an example that we could run and debug?

All the best,
Alex


Post by gregc »

are your example grids running old code? the autoHeight for the column doesn't seem to do anything on them


Post by mats »

Online samples are 4.0.8, autoHeight config on column is part of 4.1.0


Post Reply