select auto first row

select auto first row

genialgenial Posts: 9Questions: 0Answers: 0
edited November 2011 in DataTables 1.8
Hi,
I am using data Tables.
I have a requirement like this:
> I want to get the first hidden data.
Can any one assist me with good answers.

Thank you

Replies

  • thiefyouthiefyou Posts: 14Questions: 0Answers: 0
    var nTrs = $(oLocalTbNm); //oLocalTbNm : "#example tbody tr"
    tbDt = oLocalTable.fnGetData(nTrs[0]);
    return tbDt;
This discussion has been closed.