Remove dropdown filter from specific column

Hello,
Is it possible to disable the dropdown filter for a specific column? I have a column with type html—can the filter be removed for that column?

regards,

Hi @ykifahh

Yes, there’s an option to hide the menu via afterGetColHeader hook. The solution is based on CSS display: none value for the menu element.handsontable (forked) - StackBlitz

Would that work for you?

Yes, It works perfectly
Thanks:)

1 Like