I am getting my data using servlet from the MySQL database and displaying the records in JSP page.
I want to know is there a way I can sort the columns in the JSP page based on the user choice dynamically. For each column I want to give hyperlink so that a click on that column would sort the records accordingly.
Thanks in advance.
MT
-
Column sorting in jsp page (2 messages)
- Posted by: m t
- Posted on: May 22 2003 10:36 EDT
Threaded Messages (2)
- Column sorting in jsp page by m t on May 22 2003 10:38 EDT
- Column sorting in jsp page by Matthew Wilson on January 27 2005 14:48 EST
-
Column sorting in jsp page[ Go to top ]
- Posted by: m t
- Posted on: May 22 2003 10:38 EDT
- in response to m t
I forgot to mention, I am displaying 15 records per page but would like the sort to be effected on all the records.
Thanks. -
Column sorting in jsp page[ Go to top ]
- Posted by: Matthew Wilson
- Posted on: January 27 2005 14:48 EST
- in response to m t
valuelist.sf.net