Archive for June, 2007

Javascript based table sort

Tuesday, June 19th, 2007

Yesterday I searched for a simple way to sort data sets fetched from a DB by column without querying the DB anytime the sort order changes. A Google search came up with a very nice Javascript at http://www.frequency-decoder.com/. Very sweet, very fast even for large result sets and most important very easy to integrate into […]