I want to add actions button in an art of dropdown to each node in the kendo ui tree view for react. https://www.telerik.com/kendo-react-ui/wrappers/treeview/
For example:
But instead of a delete icon we want to show "..." and when a user clicks on these three dots, a dropdown (I don't want a context menu) with multiple actions (create, update, delete) should appear.
In Kendo UI for jQuery it is solved using templates (https://demos.telerik.com/kendo-ui/treeview/templates). I have no idea how to achieve this with react. Any help is highly appreciated.
thanks!
