[GH #5632] How can I have only filter on dropdown menu

Tags: #<Tag:0x00007efc60ae2780> #<Tag:0x00007efc60ae2640>

Hi, I’m trying to show a classic filter on my col headers.
If I set the “dropdownMenu” arg to true, I’ll have too much options that I don’t need like this :

What I need is to only have this result :

I don’t find the options names to do that in this doc : https://handsontable.com/docs/7.1.0/demo-context-menu.html
If I don’t make a mistake, context-menu and dropdown have the same options right ?

Is it possible to do what I need in the second image ?

Thanks,
Antoine Duval.

Hey @duval.antoine

currently filters come in two sets: filter_by_value and filter_by_condition
Here is a related topic https://github.com/handsontable/handsontable/issues/5632

Thanks :slight_smile: