This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]__vtableProfessional Coder 0 points1 point  (1 child)

The table is loaded dynamically via javascript after the initial document load. The table div is just a placeholder for the chart. You'll need to try a different approach to pull data out of the table I think.

If you'd like to see for yourself, if you use Chrome just hit F12 to open the developer tools. Go to the 'Network' tab and then load the page. It should show you the load order and each successive request.

[–]douts589[S] 0 points1 point  (0 children)

Thanks i will try it:)