I am trying to add row number column to Cell Table where in the row number should be associated with each object. Meaning, if any column is sorted the serial number should not be changed for that particular row. Example: Before Sorting SrNo order is 1 2 3 4 ... After Sorting on some column SrNo order is 4 9 5 7
Any help will be greatly appreciated.
Thanks!