hello,
can any help me sorting on mutliple columns not using external sorting techinque using comparator
i have to sort
example: 4 colums daterecevied (date format),status(string), source(string),taskid(string)
daterecevied is same means
1 have sort first stautus if(same status)
2 sort source if(same source)
3 sort on taskid
if any could help me how to sort using comparator
in default comparator uses string as object compare it
i will be great full if any could help in issue to reslove plz
thanks
moganti
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Now that external sorting is available, is there a way to trigger displaytag to enable sorting on multiple columns?
Thanks.
hello,
can any help me sorting on mutliple columns not using external sorting techinque using comparator
i have to sort
example: 4 colums daterecevied (date format),status(string), source(string),taskid(string)
daterecevied is same means
1 have sort first stautus if(same status)
2 sort source if(same source)
3 sort on taskid
if any could help me how to sort using comparator
in default comparator uses string as object compare it
i will be great full if any could help in issue to reslove plz
thanks
moganti