You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to give my rows alternate "striped" colors. Using :nth-child(2n + 1) is not great because you get a weird effect as you scroll as items are added and removed from the div.
I'm trying to give my rows alternate "striped" colors. Using
:nth-child(2n + 1)
is not great because you get a weird effect as you scroll as items are added and removed from the div.It would be handy if react-vtree exposed the current row index to the Node renderer. It looks like this is already available internally https://github.com/Lodin/react-vtree/blob/f4d9cd4/src/Tree.tsx#L187
The text was updated successfully, but these errors were encountered: