Column Filters

Tags: #<Tag:0x00007efc64bde040>

I have a requirement like handsontable column filter should be enabled for particular column.

Is there any way to do.

Hi @anshuman.singh

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

Hi @anshuman.singh

You can use beforeDropdownMenuShow or beforeFilter hooks to do this.