Description
The uniqueColumnValuesStrategy is fired multiple times (for each column) when opening an Excel Style Filtering.
- igniteui-angular version: NA
- browser: NA
Steps to reproduce
- Open https://codesandbox.io/s/red-sunset-62o18
- Open the Excel Style filtering dropdown.
- Look at the console.
Result
'get column data' is printed 5 times.
Expected result
The uniqueColumnValuesStrategy should be called only once.