I have a few tables on a website that are creating by querying a mySQL database to output the data.
I need to be able to order one of the columns in Descending order from highest to lowest number.
Any one got any good guides or snippets of code to help me out with this?
I'm assuming it would be some kind of javascript.
I need to be able to order one of the columns in Descending order from highest to lowest number.
Any one got any good guides or snippets of code to help me out with this?
I'm assuming it would be some kind of javascript.