We’re using the filters feature for inline filtering. However, we have some columns which we would like to hide the filtering dropdown for - Is this something we can control?
@edmund.olson-morgan Could you create a demo with our recent progress and a scenario when you’d need to hide your columns? At the first glance it sounds like a lack of a callback.
Where would the callback go? I’ve tried adding this to the handsontable options but callback doesn’t get called:
filters : { callback : function() { console.log(arguments); return true; } },
If you need a callback binded to filtering, you can use beforeFilter
. Here’s an example: http://jsfiddle.net/14zmjg32/1/