auto increment row no. of a datatable
843842Jul 3 2006 — edited Jul 4 2006I want the first column of a datatable to show the serial no. of each row, like 1, 2, 3... with the column header "Id". Is there any way to implement this without modifying my bean? Is there any mechanism which has implemneted the auto increment function?