I'm build app with React-virtualized Table. I added some custom cell render inside each Row. Like Label, or some Img.
Everything works great, but there's a weird behavior.
Inside one cell, I added a simple Dropdown to let user choose some value. Actually, my dropdown render go UNDER the next row. After a click, the dropdown expand and keep under next row.
Is there something that I missed ? Is it normal behavior ?