how to show edit and delete buttons when right click to rows?
how to show edit and delete buttons when right click to rows?

Hi everyone!
Is it possible to show working edit and delete buttons on right click. I am not good at jquery. I would appreciate if anyone can send a sample. The only working example I found is this. But it is not what I am trying to do. I think it would be a great feature if right click is added to datatables.
This discussion has been closed.
Answers
Using Editor or something else for the editing?
Either way, you could use the jQuery
contextmenu
event to detect a right click and then run whatever code you need to.Allan