Datatable with ContextMenu API
Datatable with ContextMenu API

I have a Datatable that I am trying to add a 'right click' Contextmenu option to perform a set of actions on a group of selected rows in my datatable. Is there a good example on the Datatables.net that shows the best method to implement this type of action? I can't find one. Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I did a Google search, and there are a few interesting examples, such as this one,
Colin