Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Changed so that both table and selection field are sorted by states.
Browse files Browse the repository at this point in the history
This closes 211.
  • Loading branch information
glooms committed Mar 26, 2019
1 parent 17ad853 commit 7c95ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/selection-field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const createDefinition = field => ({
qFieldDefs: [field],
qSortCriterias: [
{
// qSortByState: 1,
qSortByState: 1,
qSortByFrequency: 1,
// qSortByNumeric: 1,
// qSortByAscii: 1,
Expand Down
2 changes: 1 addition & 1 deletion src/components/table-field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const createDefinition = field => ({
qFieldDefs: [field],
qSortCriterias: [
{
// qSortByState: 1,
qSortByState: 1,
qSortByFrequency: 1,
// qSortByNumeric: 1,
// qSortByAscii: 1,
Expand Down

0 comments on commit 7c95ade

Please sign in to comment.