scrollTo() not always working along with adding a class to a row

scrollTo() not always working along with adding a class to a row

jrp578jrp578 Posts: 4Questions: 3Answers: 0
edited June 2018 in Free community support

for some reason after I get passed row index of 150, I can't seem to highlight a row. The scrollTo() function works, but when I console out table.row(index).node(), I get null. But everything before 150 prints out the entire TR element

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @jrp578 ,

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.