How to access cells data with indexes of a sorting result ?

How to access cells data with indexes of a sorting result ?

nabaritablenabaritable Posts: 2Questions: 1Answers: 0

Hello every body... I'm new to datatable. My problem : after filling a table with ajax like__var table = $("#supertable").DataTable({ ajax : ...})___, I also include an automatic sort with : order: [[ 3, 'asc' ]]. After loading the table, I want to access cells table.cell(a,b) with indexes of the sorting result, not of the json response. Is it possible ? I tried but i didn't find how... Help Please

This discussion has been closed.