Sort rows in a table
i have a table, where the cells are populated by String returns from a SQL statement.
The table populates fine and all information is correctly displayed, but is there anyway to sort the rows of the table once they are populated?
i have an amount column in the table and i want to be able to sort the table in order of highest amount first...this doesnt need to be changeable later by the user, it just needs to be sorted on display......any one have any ideas?

