react-virtualized-tree
react-virtualized-tree copied to clipboard
Menu not appearing in the correct place
i have list of items (text + button to open menu)
<tree>
{(.....)=><item>text <button>click me</button></item>}
</tree>
when i click on button , menu is shown in the top-left not near to the clicked button