Hello, We found that while the filter plugin is activated, let’s say we filter rows that have the value “test” of some column, and we also use the hidden plugin to hide, let’s say hide row that has an odd index, the filter is only activated which it show only rows has “test” value but also both even and odd row index. it seems like the hidden row plugin doesn’t work. but if we use only the hidden row plugin, it works fine.
So my question is can both the filter plugin and the hidden row plugin works together? the expect result of above case is it show only rows that have the value “test” of some column and it also need to be odd index.