Sunday 6 October 2013

Clear table Filter Value in ADF

Generally in ADF, we are removing manually the value of search filter in tables. But ADF provide the features for clear the filter value. This below blog we will see how to clear the filter value.

When we will drop a table in UI layer (JSPX or JSFF page), it should look like the below screen 


Now we need to set one column with rowHeader="true". It means select one column and open properties inspector and set the rowHeader=”true”.


Now you can refresh your page and see one clear image is coming.


Now you can search any column value and after that you click the clear button. It automatically clears the filter value.

You can download the complete application:-Download
Thanks...

1 comment:

  1. Hi Prabhat,

    Great blog!!!

    In my case I want to add filters on columns with rowHeader property set as true.
    Any suggestions?

    Regards
    Gokul

    ReplyDelete