Hi,

I'm trying to sort and group by a custom order, rather than alpha or
numeric.  In the data below, I would like to have US Legal appear
before Foreign.  I could add another term, such as position with the
grouping numbers, but then I lose the nice grouping headers.

Here is a live example, but the sorted groups are alphabetical rather
than my custom list.

http://libdev.law.columbia.edu/neweres/index.html

{
    "items": [
        {
            "url": "http://www.westlaw.com/";,
            "label": "Westlaw",
            "type": [
                "US Legal Databases"
            ],
            "name": "Westlaw"
        },
        {
            "url": "http://www.lexis.com/xchange";,
            "label": "LexisNexis",
            "type": [
                "Foreign"
            ],
            "name": "LexisNexis"
        },

<div ex:role="view"

                                     ex:showAll="true"
                                     ex:orders=".type, .name"
                                     ex:showToolbox="false"
                                     class="exhibit-body" >
        </div>

Any help would be appreciated.  Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to