Drop Down List Sorting
4 posts by 3 authors in: Forums > CMS Builder
Last Post: February 12, 2013 (RSS)
By s2smedia - February 5, 2013
I have a section in my CMS that lists items from another section. However the items are not in Alphabetical order.. how can i sort them alphabetically?
Hi,
What if you sorted the items in the other section either in the section editor or by using 'orderBy'=> 'your_field ASC', in your list records call?
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
By s2smedia - February 6, 2013
I have it added like that.. but still does not sort correctly (see attached)
Hi,
CMS Builder sorts items in the order they are listed in the Order By field. At the moment your list is beings sorted by dragSortOrder first, and then company name. So you just need to re-order the list like this:
company_name, dragSortOrder ASC
Thanks!
Greg
PHP Programmer - interactivetools.com