Is there any plan to support Filtering with “OR” condition amongst multiple columns?
On the page https://docs.handsontable.com/pro/1.5.1/Filters.html#filter you can filter with “OR” condition amongst multiple values on the same column but is this possible to do on columns as well?
something like:
hot.getPlugin(‘filters’).addFormula(1, ‘by_value’, [[‘ing’, ‘ed’, ‘as’, ‘on’]]);
OR
hot.getPlugin(‘filters’).addFormula(2, ‘by_value’, [[‘ing’, ‘ed’, ‘as’, ‘on’]]);
OR
hot.getPlugin(‘filters’).addFormula(2, ‘by_value’, [[‘ing’, ‘ed’, ‘as’, ‘on’]]);