Open andreypopp opened 10 years ago
Investigate adding support for rendering rows with variable height.
We can measure height of each row after rendering (and on resize/orientationchange events).
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.
Investigate adding support for rendering rows with variable height.
We can measure height of each row after rendering (and on resize/orientationchange events).