Javascript – How to conditionally deactivate or remove selection items in the rhandsontable context menu?
In running the below simplified code, the user can add or remove table rows by right-clicking on a row which, through the rhandsontable package context menu, generates a pop-up of action choices. In the code you can see how I…