- ADF 11g PS6 Table Pagination and Displaying Selected Row Issue. There was a post about new ADF 11g PS6 feature Table Pagination - ADF 11g PS6 - ADF 10g Table Pagination Feature is Back Finally. I had a question from the reader in the comments, about displaying selected row from the page range other than the first. Reader was saying this doesn't work, indeed I tested it with sample application and it doesn't seem to work. If you plan to implement such use case where display of selected row is important, keep in mind there are related issue in ADF UI table pagination.
- Download - TablePaginationApp_v4.zip
2 comments:
Hi Andrejus,
with the help of Oracle I got it running. You can use the first property of the af:table.
Store the value of the iterato's rangeStart attribute in a pageflow scope variable, when invoking the edit page (setPropertyLister). And set the tables first property to the value of this pageflow scope variable.
Regards
Marcus
Thanks for workaround, I believe they should fix it to show page automatically. But is good to have this workaround, indeed.
Andrejus
Post a Comment