I am updating the cell value like this.
g_TableDT.row(index).data().SeqNo = value.SeqNo - 1
After I step past this, it shows that the value is correct. However, when I come back to here, the seqNo is back to what it was before. Could someone please provide me with some aid on what is going on.