Hello.
Concerning your documentation shown here : https://handsontable.com/docs/9.0/column-filter/#filter-as-ou-type I see a bug (think).
When you define
const addInput
col index is based on visible columns.
In my implementation I hide column 0 (first column at left) and when I type a filter in first visible column (the second one, indexed by 1) cols = 0 as it be the first one.
I expecting cols = 1
Could you explain how I can index column correctly in my case?