Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82616

how to get the data from different pages

$
0
0

Currently, I can only get the data from the 1st page, through the below js code, how can I get all the data from other pages

$('table > tbody  > tr').each(function (i, el) {
    var selectedVal = $(this).find("option:selected").text();
    var $tds = $(this).find('td');
    var obj = {
        permNo: $tds.eq(0).text(),
        fileType: selectedVal,
        refer: $tds.eq(3).text()
    }
    permlist.push(obj);
})


Viewing all articles
Browse latest Browse all 82616

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>