ADF Table default filter
I have a ADF table and it is filterable. When user enters something on column filter input text and enter, the data is filtered and displayed based on the value. My requirement is, table should show only filtered data when it loads.
1. The filter value will be coming(session scope) from some other page.
2. On page load, table should pick up the session scope variable and filter the particular column and display the data.
Is there anyway to set default filter value to the table?
Thanks,
$N