Hello,
My company recent sponsored the feature to allow frozen fields with variable heights, and we're seeing some issues with it when using wrapCells.
In our actual application, the biggest problem is issue 1 -- the other two are rare and intermittent, but we have seen them. In our app, issue 1 seems to only happen when cells in the frozen field require the greatest height for the row. If an unfrozen field determines the row height, things will align OK.
Image 1
Image 2
My company recent sponsored the feature to allow frozen fields with variable heights, and we're seeing some issues with it when using wrapCells.
- The frozen and unfrozen fields can can misaligned when scrolling. One side will have rows that are too short. (Image 1)
- Sometimes the frozen cells don't render at all. (Image 2)
- The scroll bar will snap to the top of the page after scrolling a few clicks with the scroll wheel.
In our actual application, the biggest problem is issue 1 -- the other two are rare and intermittent, but we have seen them. In our app, issue 1 seems to only happen when cells in the frozen field require the greatest height for the row. If an unfrozen field determines the row height, things will align OK.
Image 1
Image 2
Comment