I have ADFRichTable and get af:table values into Javascript array.
af:table
I use Javascript code:
document.getElementById(\"t1:49:ot3\").innerHTML
You have to use ADF Javascript APIs, and you have to set your table attribute Client = true and then you can get all Table properties by using Javascript APIs in here, and follow this thread for what Javascript you can do