Posted 3 September 2020, 11:36 am EST
Hello,
We are using the FlexGrid component (with Vue) and we implemented the possibility to choose the columns that the user wants to see (we followed your exemple https://www.grapecity.com/wijmo/demos/Grid/Columns/ColumnPicker/vue)
We are also using the ```
FlexGridSearch
The user does not understand why some rows are still visible as they do not contain the text he's searching.
Is there a way to ignore the ```
visible=false
``` columns when searching using the ```
FlexGridSearch
```component ?
Thank you.