prometheusresearch-archive / react-grid

MIT License
80 stars 20 forks source link

Variable height rows #3

Open andreypopp opened 10 years ago

andreypopp commented 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).

andreypopp commented 10 years ago

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.