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

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

johnny83johnny83 Posts: 3Questions: 2Answers: 0
edited April 2017 in Free community support

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.

Answers

  • allanallan Posts: 64,895Questions: 1Answers: 10,747 Site admin

    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

This discussion has been closed.