问题
I have ADFRichTable and get af:table values into Javascript array.
I use Javascript code:
document.getElementById("t1:49:ot3").innerHTML is working
Because document.getElementById("t1:50:ot3").innerHTML is not working
af:table retrieve in 50 rows.
How I get af:table all values into Javascript?
回答1:
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
来源:https://stackoverflow.com/questions/18506981/i-want-aftable-values-get-in-javascript-array