Scroller with Child Rows

Scroller with Child Rows

bhaulikbhaulik Posts: 10Questions: 3Answers: 0

I acknowledge the threads:
links:
https://datatables.net/forums/discussion/19790/scroller-and-details-row-incompatibility
https://github.com/DataTables/Scroller/issues/58

and the **blog ** : https://datatables.net/blog/2011-06-11

regarding the incompatibility of the Scroller with the Child rows.
My issue is to do with the rows jumping (redrawing probably) by a few rows when scrolling down after expanding a child row and scrolling down and also the rows redrawing the ones that I have passed down as soon as I am closer to the child row that was initially expanded although the expanded child row has not yet shown up on the viewport.

Screenshots (step wise from 1 to 6):
https://imagebin.ca/v/3cYKOcFT1XLI
https://imagebin.ca/v/3cYKjqYlZg5V
https://imagebin.ca/v/3cYKpSzl0zQ5
https://imagebin.ca/v/3cYKw1VFMUCL
https://imagebin.ca/v/3cYL1dwEntaf
https://imagebin.ca/v/3cYL6detdiUf

I realize that this is because the Scroller identifies the rows as the same height and so there is some miscalculation. But what is the work around since I have lots of data that I cannot load all together, the data has to have child rows and I need the Scroller. Any suggestions?

This discussion has been closed.