csantanapr / dapp-examples

Series of Single Page Apps using the dApp Framework
http://csantanapr.github.io/dapp-examples
Other
5 stars 4 forks source link

Implement Sort via two sorted fields in list view #14

Closed csantanapr closed 11 years ago

csantanapr commented 11 years ago

From Requirement document:

Sort ● 1st selection field ­ Contains list of fields (from a json config file) that the List can be sorted on. First item in list will be default (based on physical sequence of items in json config file). ● 2nd selection field ­ Contains exact same list of fields as “1st selection field” for “secondary” sort. First item in list will be default (similar to “1st selection field”).