Skip to content

Commit 84e3c97

Browse files
Sean PrashadSean Prashad
authored andcommitted
Sort by pattern column ascending initially
1 parent 01ddf0a commit 84e3c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/components/ReactTable/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ function ReactTable({ columns, data }) {
1414
{
1515
columns,
1616
data,
17+
initialState: {
18+
sortBy: [{ id: 'pattern', desc: false }],
19+
},
1720
},
1821
useSortBy,
1922
);

0 commit comments

Comments
 (0)