Can TreeNode? be customized in Ant Design Like adding a button next to it?

for example, if the current node is selected, the edit and delete buttons are displayed:

Mar.31,2021

solved. Just pass JSX in the title attribute and you can


pass it in via title. Isn't there an editing component followed by each treenode?
can you display this only when you hover?


how did you implement this? I also encountered this problem.


I also encountered this problem. I also encountered this problem


. Can you paste the code? novices can't get it. Thank you


for reference only (hover implementation introduces styled-components)
https://codepen.io/buildcold/.

Menu