How to get pagination(next,previous buttons on ADF Table) in JSP Page
734612Feb 10 2010 — edited Feb 17 2010Hi,
I have Developed one jsp page using JDeveloper 11g by drag and drop data control on jsp page.
While drag and drop i have taken ADF Table/ADF read only table.
this table is having 50 records and it is displaying all records at a time. but i want to show only 5 records at a time.
there is table property called "Range Size". the default value for this 25.but still it is displaying all records (more than 25) at a time.
even if i change that range size value to 5,but still it is displaying all records.
my intention is i need to get previous and next buttons on that table, so that i can view only 5 records at tome.
how can i achieve this?
Thanks in Advance,
Narendar.