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.
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.