Customer wants to have the ability to configure ListBoxFilter as the default filter type for all category columns.
Currenly it seems filter types are determined by the count of unique values in each column.
1<= count <=10 => CheckBoxFilter
11<= count <=1000 => ListBoxFilter
1001<= count => TextFilter