score:9

Accepted answer

my guess would be that the container div has no fixed height, and since you are using the autosizer your table ends up with height = 0. try with a fixed height in the props of table and for the container div (maybe based on the current number of rows * row height).

you can also check that the rowcount is positive, but it should be ok as far as i can tell.


Related Query

More Query from same tag