Re: TableSorter.java v2.1
- From: David Segall <david@xxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 05:21:41 GMT
"Rhino" <no.offline.contact.please@xxxxxxxxxx> wrote:
I haven't looked at the code so I don't know if it qualifies but the
"ouroborus" <ouroborus@xxxxxxxxxxxx> wrote in message
news:D4CdnUjdF8LZTc7ZRVn-tg@xxxxxxxxxxxxxx
As part of another project, I spent some time updating TableSorter.java so
that it compiles cleanly under Java 1.5. The file can be retrieved from:
http://ouroborus.org/java/
I would appreciate any constructive comments regarding the results.
Well, if you really want to make my day, you could add the ability to sort
on multiple columns.
easy way to do this is to use a sorting algorithm that maintains the
existing order on equal keys. The user can then sort on multiple
columns by requesting a sort on each key column from least to most
significant.
.
- References:
- TableSorter.java v2.1
- From: ouroborus
- Re: TableSorter.java v2.1
- From: Rhino
- TableSorter.java v2.1
- Prev by Date: Re: NoClassDefFoundError
- Next by Date: Re: NoClassDefFoundError
- Previous by thread: Re: TableSorter.java v2.1
- Next by thread: Re: TableSorter.java v2.1
- Index(es):
Relevant Pages
|