Right click in treetable

Good day community, any people know how we can:

The client needs to do right click in a row and we will show and option, then the client needs to do click and we will excecute an action.

Thanks community.

You can create a grid first. After that you can create a context menu and define the grid as master

http://webix.com/snippet/d2bdf64f

http://docs.webix.com/desktop__contextmenu.html

Thanks.

Thanks alot

how can be realized this for a button ?

http://webix.com/snippet/3db1f0c0

You can use attachTo method of contextmenu, to attach it to any html element on the page.

http://webix.com/snippet/0c83d2d6