0

I have a table with multiple columns and I want each row to be adjusted to the tallest cell. However, when I use CellMeasurer on each column only the height of the first column is considered

Nico Tejera
  • 1,309
  • 1
  • 8
  • 3
  • 1
    Could you add some code, or a demo – Shubham Khatri Oct 18 '17 at 09:33
  • 1
    Sounds like maybe you're using the wrong column index for the cache. (`Table` extends `Grid` and renders 1-column rows. `CellMeasurer` works with `Grid` and expects unique row+column indices. If you're using it with `Table` columns you'll need to fake the unique column indices bit.) – bvaughn Oct 18 '17 at 17:06
  • @bvaughn I have the same problem. How to use `CellMeasurer` in `Table`? Neither `Table` nor `Column` has a `deferredMeasurementCache` prop. – Yixing Liu Aug 13 '18 at 15:56

0 Answers0