From what I can tell, using GridFilterColumn will create a Text box to enter filter criteria, and then that value is available to me in my dataProvider. If I would like to implement a different type of filter, similiar to how AutoGrid works, is it possible to make use of same implementations like EnumHeaderFilter in the Grid component?
I’ve also tried just using a component inside the GridFilter: