Question About Table Sorting

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
skymark
User
Posts: 183

Question About Table Sorting

Post by skymark »

Hi all,

When we sort by a column header, the choice is remembered too long. Is there a way to go back to default order every time we enter a page.

More question: Is there a way to sort a text field like A1, A2, A10, not A1, A10, A2 ?


danielc
User
Posts: 1601

Post by danielc »

To set querystring for your page, this will set as your default order regardless of session value:
xxx.php?order=<field>&ordertype=ASC

For your second case, you may consider to change your table structure as this is default behavior. Or google "how can i sort a1 a2 a3 b1 b2 b3 aa1 aa2 aa3 in mysql".


Post Reply