Hello List,

currently I'm trying to make a sortable table based on an O/R Mapper backend.

Until now I was using my own "IBasicTableModel" implementation which allowed to get results fast. However, it does not allow to sort columns (sorting has no effect) and it also does not allow to display links in the table rows (I want to link to a details page from each row in the table).

I think I will have to implement my own ITableModel, right? Perhaps there is a tutorial somewhere or something? I have no clue how to do it because of the large number of classes and interfaces involved (ITableModel, ITableColumnModel, ITableSortingState, ITablePagingState, ITableColumn, ITableModelSource, etc.)


Please point me to some documentation!

Thanks
Bastian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to