My JSP generates two different tables on the pages, both with sorting.
However, clicking on the header cells of the second table makes my first table sort.
I do not use external sorting, and have the "sortname" property on my columns unique.
If I look at the generated source, I can see that it is still sorting using the column number.
How can I get around this?
Thanks in advance for any help,
Rory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
My JSP generates two different tables on the pages, both with sorting.
However, clicking on the header cells of the second table makes my first table sort.
I do not use external sorting, and have the "sortname" property on my columns unique.
If I look at the generated source, I can see that it is still sorting using the column number.
How can I get around this?
Thanks in advance for any help,
Rory