6

Can i implement somehow functionality of CellMeasurer to react-virtualized Table component?

I want to have dynamic column width.

crowmw
  • 248
  • 3
  • 14
  • I solved it! CellMeasurer needs `CellMeasurerCache` You need to add event handler on resizing columns: ```const resizeColumnHandler = () => { cellMeasurerCache.clearAll() table.current.recomputeRowHeights() } ``` – crowmw May 19 '20 at 09:59
  • I think I have the same issue, but I'm not sure how you fixed your issue. Each row in my table has cells dynamically sized, but this means my columns don't line up! – Shiraz Sep 17 '21 at 22:59

0 Answers0