Re: How make continous row index in dataTable

2010-05-11 Thread Erwin Bolwidt
); ... How to make continous row index in dataTable? Hoping that the wise friend to help me. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: How make continous row index in dataTable

2010-05-11 Thread cleverpig
(componentId,new Model(item.getIndex()+1)));                       }               },       ... }; DataTable dataTable=new DataTable(entries,columns,dataProvider,5); ... How to make continous row index in dataTable? Hoping that the wise friend to help me