InterviewSolution
| 1. |
How Do You Define Pagination In Adf? |
|
Answer» We define CUSTOM pagination in ADF by creating a custom table as a taskflow using the AF:iterator tag. This renders the collection of data just as a table renders it. Now we bind the value property of iterator to collection model from ADF bindings declaration and set the number of visible ROW to, SAY 15. We define custom pagination in ADF by creating a custom table as a taskflow using the af:iterator tag. This renders the collection of data just as a table renders it. Now we bind the value property of iterator to collection model from ADF bindings declaration and set the number of visible row to, say 15. |
|