I have this problem where the grid renders with a bunch of ReactStrap Cards, and then the bodies of each card finish rendering, and I wind up with overlaps. I see there is a way to monitor images but I need to updateLayout call after all the cards have finished rendering. Is there a way to do this?
Just to try to explain it a little better...
- All cards are the same size and the grid renders them in order
- Then the cards get their content (a list of items)
- The grid doesn't updateLayout so the cards overlap.
Thanks,
JK
I have this problem where the grid renders with a bunch of ReactStrap Cards, and then the bodies of each card finish rendering, and I wind up with overlaps. I see there is a way to monitor images but I need to updateLayout call after all the cards have finished rendering. Is there a way to do this?
Just to try to explain it a little better...
Thanks,
JK