Range size in adf table
_userDec 21 2012 — edited Dec 21 2012Hi,
I have page with dropdown and table.Drop down have items like View All,25 per page,50 page. When i select 25 per page the table should be refreshed and only 25 rows should be shown in the table.
if i select 'View all' all rows should b shown in UI table. Its kind of pagination.
On page load 'View all' item is default for dropdown and all the rows should b shown in UI table.
Any idea how to fetch rows from the VO or what are the settings that have to do to get the rows on selection of drop down value?
Thanks..