How to Display the Selected Row in ADF Table?
We can display the current(Selected) record number along with the tolal Number of record on any of the ADF table.
#{bindings.EmployeesView1Iterator.rangeStart+bindings.EmployeesView1Iterator.currentRowIndexInRange+1}/#{bindings.EmployeesView1Iterator.estimatedRowCount}