Missing index in filter

Tags: #<Tag:0x00007efc6550c3b0>

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?

Hi @filippobesana

When I use

hidenColumns: {columns: [0]}

The following snippet works the same as with all columns visible https://jsfiddle.net/kc60ptqL/1/ (I’ve tested it on Chrome 96/ macOS Monterey 12.0.1). Does it work differently on your device?

Hi @filippobesana

Do we have any updates here?