Hi,
I have a table which has 3 columns (title, description, billrate).
It has many rows depend on values returned from database.
Now, I want to sort it based on title. Each title has its own description and billrate.
How do I do this?
Thanks.
Mike