react-grid icon indicating copy to clipboard operation
react-grid copied to clipboard

Variable height rows

Open andreypopp opened this issue 11 years ago • 1 comments

Investigate adding support for rendering rows with variable height.

We can measure height of each row after rendering (and on resize/orientationchange events).

andreypopp avatar May 07 '14 16:05 andreypopp

Measuring each row after rendering would also mean that in case of presence of locked columns we need to measure twice for each column group and pick the biggest value. That would result in poorer performance.

andreypopp avatar May 07 '14 16:05 andreypopp