How can I scrape table from https://infovesta.com/index2/rdpt, it seems like the table is hidden by JQuery.
I try to find any ID or XPATH containing table and not found anything.
jQuery(function($){$('#grid').kendoGrid({dataSource:ds,columns:[{field:'name',title:'REKSA DANA',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'}, width: 200},{field:'nabdetail.nab',title:'NAB/UP',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right;'},format:'{0:n6}', width: 75},{field:'rating.threeYearPic',title:'SCORING
3 Thn',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right'},template:""
, width: 65},{field:'nabdetail.oneday',title:'1 HR
(%)',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right'},format:'{0:n2}',template:"#: kendo.toString(nabdetail.oneday,'n2') #", width: 50},{field:'nabdetail.onemonth',title:'1 BLN
(%)',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right'},format:'{0:n2}',template:"#: kendo.toString(nabdetail.onemonth,'n2') #", width: 50},{field:'nabdetail.oneyear',title:'1 THN
(%)',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right'},format:'{0:n2}',template:"#: kendo.toString(nabdetail.oneyear,'n2') #", width: 50},{field:'nabdetail.threeyear',title:'3 THN
(%)',headerAttributes:{style:'text-align:center; background-color:#fbfbfb;font-weight: 600;color: #454545;padding: 15px;'},attributes:{style:'text-align:right'},format:'{0:n2}',template:"#: kendo.toString(nabdetail.threeyear,'n2') #", width: 50}]});
I can't seem to find a way to get the table.