0

I'm planning on rendering a list that contains nested tables.

If, for example, a row happens to contain a table containing 100s of items, would react-virtualized break up that row? Or would it render the entire row no matter its height, therefore defeating the purpose of virtualized infinite scroll?

ragurney
  • 424
  • 5
  • 16

1 Answers1

0

Looks like the answer is a no: https://github.com/bvaughn/react-virtualized/issues/980

ragurney
  • 424
  • 5
  • 16