How do you go about sorting data by clicking on the column header when your data is retrieved from a database table?
Is there an easy way of doing it or do I need to respond on the header’s “click” event to call an “ORDER BY” on my query?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I figured it out by following this link:
On step three, I didn’t manually add my items but it still worked.