Custom context menu

Tags: #<Tag:0x00007f8b19ece478>

I want to disable a custom context menu based on some criteria - say, if the column is less than 6; cell is not read-only; cell have certain value etc, Please help…

Hi! Use disabled callback. The example is in our documentation: https://handsontable.com/docs/7.1.0/demo-context-menu.html

Thank you Wojciech Czerniak… disabled callback worked for me…