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 need to implement a company diagram with drag and drop functionality. I found the react-sortable-tree library and tried using it for my purpose. This is what I have done so far:
Now I stopped and this is my question: is it possible to add more details within each node (e.g. email, mobile number ...)? The node should look like this:
Thanks in advance!
The text was updated successfully, but these errors were encountered:
This can be achieved if we pass our own component or html code to title of generateNodeProps.
Although if you are going to increase the height of input box, you might ran into problem of the side lines connecting them not aligned properly.
Which also can be corrected (hopefully) by overwriting styling of .rst__lineBlock, .rst__absoluteLineBlock.
Or simply increasing rst_node will also do the work
I need to implement a company diagram with drag and drop functionality. I found the react-sortable-tree library and tried using it for my purpose. This is what I have done so far:
Now I stopped and this is my question: is it possible to add more details within each node (e.g. email, mobile number ...)? The node should look like this:
Thanks in advance!
The text was updated successfully, but these errors were encountered: