Menu in Data table for Each Row

Hello,

Is it possible to have Menu in all the rows of data table, as we are working on a requirement, where we are showing the Data in Data Table, and in one of the Column, we need to provide few option to the user, that what he can do with the Row Records, means he can Edit or Delete, can you please suggest, whether it is possible or not.
The menu has to bind with the Row, so that if user clicks the Edit from the Menu, we should able to get the Row details and do the necessary operation.

You can set the context menu to a datatable. But if it has to be shown on a left click on a button/icon, it’s possible to do it manually without attachTo method:

http://webix.com/snippet/8cf366a5

Hello Listopad,

Thanks for the reply, I have tried the solution with Context menu and it is working perfectly, but I need Rich select in place of Context menu, Is it possible to show the rich Select in place of Context Menu.

Thanks.