Solution 1 SELECT guid, number FROM table ORDER BY number * 1 DESC
Tag Archives: sort
Multi Column List with jQuery
So I needed a method to take a long, nested list and turning it into a compact, multiple acolumn list, for example, in order to display it as sort of a site map.
jQuery Plugins For Better Table Manipulation
Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use div to replace table because it is much more easier to style div thantable.