I have a grid with 10000+ items but with the menu filter mode enabled this poses a bit of a lag issue when trying to populate all of the dropdown options for the filter menu.
So I use:
filterable: {mode: "menu, row"}
Is it possible to have the menu filter mode enabled but disable it on a column by column basis? (See attached image for example of what I mean)
As always, thank you for your help.