fnDisplayRow

fnDisplayRow

ooOOJaVaOOooooOOJaVaOOoo Posts: 2Questions: 1Answers: 0

I have about 650 rows of data loaded and if I don't filter it down, it seems that sometimes it fnDisplayRow filters the data itself. if I zoom in on my map and click a red icon home, it seems all the blue homes go away from the datatable.

site development url:
http://5i2.us/jacksonmashup/poc/views/pages/searchresults.html?search=&pricemin=0&pricemax=500000&beds=0&baths=0

function scrollToRow(row){
    var t = $("#listings").dataTable();
    t.fnDisplayRow( t.fnGetNodes()[row[0][0]]);
    $(t.fnGetNodes()[row[0][0]]).addClass('selected');
}

Answers

  • ooOOJaVaOOooooOOJaVaOOoo Posts: 2Questions: 1Answers: 0

    i noticed even though the table doesn't show all the rows, it still has them all in the visible rows array

This discussion has been closed.