Real position of a row at the table, not the index() order

Real position of a row at the table, not the index() order

jaarmariojaarmario Posts: 4Questions: 1Answers: 0

How can I get the REAL row position , I do this: console.log( 'Row index: '+tbl_proy.row(this).index()); And it drop the 54 value, but the row is in the second position in the table.

I need this value (2) not (54).

Thanks

This discussion has been closed.