HI,
How do i iterate ADF RICHTable from java when no rows in the table is selected.
I need to get all the rows in the table for processing (each row at a time) and calculate a value.
Tried few examples but all the examples points to reading the table data when a row (s) are selected. In our case, we need to iterate through all the existing rows irrespective of row selection.
Came across not a very elegant approach of programatically selecting all the rows and then iterating trough the rows. Is there a better approach?
Thanks
Bala