Reputation: 4088
I'm using a List
inside and AutoSizer
with a dynamic height using a function for rowHeight
. The row in my use case needs to render with ellipsis and expand upon clicking on it.
I'm wondering how to go about dynamically setting the rowHeight
once the row has already been rendered?
Upvotes: 3
Views: 6795