Hi, I want to add an index-shower column to a DataTable. So I add an AbstractColumn to the DataTable, and in implemented populateItem() method I want to show the index in a label. How can I read current page number and index of the row to calculate final index number?
