Sorting a table

admin

Administrator
Staff member
Having looped through a recordset I am displaying data in a table with a row per record - standard stuff.

I want to be able to sort this table by clicking on the text in a heading over each column - without going back to the server - so I need to do it with javascript.

I am not looking for a coded answer, but I would be grateful for any guidance on the the best way of going about this.
 
Back
Top