Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor sort to additionally support passing a sort options array #35

Merged
1 commit merged into from Oct 20, 2011
Merged

Refactor sort to additionally support passing a sort options array #35

1 commit merged into from Oct 20, 2011

Commits on Oct 20, 2011

  1. Refactor sort to additionally support passing a sort options array

    This enables us to run criteria passed via queryOptions to OnDemandList
    through the sort function of the list/grid, which in the case of Grid,
    also updates the sort arrow in the UI.
    
    It might also enable us to consider supporting nested sort via a
    plugin in the future.  Haven't thought too hard about that yet.
    Kenneth G. Franqueiro committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    8b9883b View commit details
    Browse the repository at this point in the history