When you have a Adf filterable table then you may have noticed that the text inside the filter don't clear itself when you navigate to other page . It remains there. There are two ways to clear the filters as far as I know.
1. Setting One of the output text column header true
2. A button with managed bean
Adf table's column property RowHeader is set to true then this column renders as a non filterable column with a Clear All icon which clears all filters and reloads the table
1. Setting a Column which is Output Text type to RowHeader=true
1. Setting One of the output text column header true
2. A button with managed bean
Adf table's column property RowHeader is set to true then this column renders as a non filterable column with a Clear All icon which clears all filters and reloads the table
1. Setting a Column which is Output Text type to RowHeader=true
2. Earlier look RowHeader=false
3. Now with RowHeader=true
No comments:
Post a Comment