react-split-pane
react-split-pane copied to clipboard
How do i get to know the Id of pane being resized?
trafficstars
Hi,
I have 3 panes within a splitpane. I want to resize one pane and the adjacent panes should also resize. For this i tried using onChange callback method, but it only gives the size. There is no id of the pane being resized.
Thanks in advance.