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…
Custom context menu
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…