I have a requirement like handsontable column filter should be enabled for particular column.
Is there any way to do.
I have a requirement like handsontable column filter should be enabled for particular column.
Is there any way to do.
You can do it like in that example: https://jsfiddle.net/cxygpLr9/
Let me know if that helps.
Hey thanks. This worked fine for me
I need to perform some operation before the column filter dropdown is clicked. In which call back hook can i write the logic
You can use beforeDropdownMenuShow or beforeFilter hooks to do this.