Cell selection after sorting the table

Cell selection after sorting the table

ajayrajayr Posts: 1Questions: 0Answers: 0

I came across an issue with the selection of a cell after sorting is performed. I have performed sorting on the table and am trying to select the cel(0,1) from the sorted data but am still getting the initial value before the sort is performed
DataTable.api().cell(0, 1, { order : 'current' }).data()
Can someone let me know if i am doing anything wrong and point me in the right direction

This discussion has been closed.