Hello,
I’ve added the ability to filter by column in my Handsontable table but I’m getting some weird behaviour.
I have my first 6 lines which are fixed and I exlude them in the “afterFilter” hook.
However, when I search by condition or by value, I don’t get the right result.
First case: I do a search by condition for people whose name begins with ‘Ad’. I only get one result when there should be two. I’ve noticed that if I remove “filtersRowsMap.setValueAtIndex(5, false);”, then the second expected result appears but in an excluded line.
Second case: the cells in column 0 are merged and when I perform the search by value the last element contains only one row when there should be two and there is missing data as in the first case.
This is the codesandbox link to be able to replicate the problems I have if needed: https://codesandbox.io/p/sandbox/upbeat-wilbur-454wjs?file=%2Fsrc%2Findex.js
Thank you in advance for your help,
Samuel.