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.
No comments:
Post a Comment