Scroller with different rowHeight

Scroller with different rowHeight

FlorentDescFlorentDesc Posts: 9Questions: 4Answers: 0

Hi !
I'm actually trying to implement the Scroller extension on a hudge table with a some different row heights.

Most of my row does 25px heigh but some does 60px. So during the scroll, when those row diseapear from the DOM, there is a "jump" on the page.

I know that Scroller is done for static row height, but is there any way to at fix that a bit ?
For instance by calculating the height of the row which just disappears from the DOM and then add the difference with the default value to the "top" value of the dataTable.
Or maybe a way to set each row height.

Is a trick like that possible ?

This discussion has been closed.