Showing posts with label ADF table filter case insensitive. Show all posts
Showing posts with label ADF table filter case insensitive. Show all posts

Monday, March 8, 2021

ADF table- case Insensitive search on column filter of af:table

when we add table filters to ADF table the filter is case sensitive by default and common requirement is to have case insensitive filter.

Solution for this is very simple -Set af:column attribute filterFeatures="caseInsensitive"


and filter will work case insensitive.