Numerical sort

Subject: Numerical sort
From: "Cote, Stephane" <scote@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 May 1999 17:22:10 -0700
Title: Numerical sort

Hi

        Does anyone know how to do a numeric
sort on a column when the user clicks on the column
header, this header calls a _javascript_ function.
I have no problem with an alphabetical sort.  Right now
when I click on the column header I get

        1
        12
        2

but I really want is

        1
        2
        12

Thanks


Current Thread