Sorting columns in a table or form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike S. Nowostawsky

    Sorting columns in a table or form

    I need to be able to create a 2 column table and then based on which column
    header is clicked on, sort the list by that column so that each table row is
    sorted properly. If possible there might be more than one line in the row
    and I would only want to sort on the first line in a given row. Can this be
    done using JavaScript. If so, which entities do I need (A table? A form?)

    Thanks for any insight.

    --
    =============== =============== =============== ====
    Mike S. Nowostawsky:
    Email: mikenowo@sympat ico.ca, mikenowo@yahoo. ca
    Home Page: http://www3.sympatico.ca/mikenowo/
    Lachine (Montreal), Quebec, Canada


  • $$$

    #2
    Re: Sorting columns in a table or form

    ok! you lost me with your second sentence! whats the difference
    between line and a row?
    anyway checkout the grid code from http://dhtmlgrid.sf.net maybe thats
    what you want!

    ~yinti

    "Mike S. Nowostawsky" <mikenowo@sympa tico.ca> wrote in message news:<ImtHb.182 48$d%1.4119676@ news20.bellglob al.com>...[color=blue]
    > I need to be able to create a 2 column table and then based on which column
    > header is clicked on, sort the list by that column so that each table row is
    > sorted properly. If possible there might be more than one line in the row
    > and I would only want to sort on the first line in a given row. Can this be
    > done using JavaScript. If so, which entities do I need (A table? A form?)
    >
    > Thanks for any insight.[/color]

    Comment

    Working...