1. Mafketel
  2. General
  3. Tuesday, May 13 2014, 01:54 PM
Hi can you tell me how to sort selectlist on the text column?
The only way I can think of now is to change the model to include $query->order('text'); is that correct?
admin Accepted Answer
Admin
Hi can you tell me how to sort selectlist on the text column?

Sorry for now not possible, we plan to develop this in future.

The only way I can think of now is to change the model to include $query->order('text'); is that correct?

No sorry, to do this is more complex.

But you can do this:
Create many user list menu item, for each menu set different orders. Now with a module or template override you can add a button for differents orders, or with select+minor javascript code you can do this.
  1. more than a month ago
  2. General
  3. # 1
Mafketel Accepted Answer
All I need is to show text-values in alphabetical order in the dropdown list. This I will set in back-end or in code, no need for frontend users to change the sort order.
  1. more than a month ago
  2. General
  3. # 2
Mafketel Accepted Answer
I edited models->fields->selectlist.php. In the getOptions function I added $query->order('text'); and now all dropdown select from database are sorted from a-z.
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
I apologize I did not realize.
In the next release we will add this line to our code.

Thanks.
  1. more than a month ago
  2. General
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.