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

Conversation

ghost
Copy link

@ghost ghost commented Oct 20, 2011

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.

I've tested this across browsers, across test pages, and haven't seen any regressions, but I'd welcome any feedback or testing by others.

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.
ghost pushed a commit that referenced this pull request Oct 20, 2011
Refactor sort to additionally support passing a sort options array
@ghost ghost merged commit e649f7b into SitePen:master Oct 20, 2011
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants