| Author |
Sorting data table problem
|
Hemanth Pillai
Greenhorn
Joined: Dec 14, 2005
Posts: 3
|
|
Hi, I am trying to add sort functionality to the datatable to display a list of employees. And the results are in an object of ResultDataModel. When I am trying to sort using Collections.sort(dataModel.getRowData(), comparator); the compiler throws an error saying sort function is not available. Can any one please guide me in getting rid of the error. Appreciate any help. Please find the code below. Thanks Hemanth
|
 |
 |
|
|
subject: Sorting data table problem
|
|
|