Skip to content

Commit

Permalink
Merge pull request #88 from 128technology/bbeshel/add-override-orderb…
Browse files Browse the repository at this point in the history
…y-enhancedtable

Bbeshel/add override orderby enhancedtable
  • Loading branch information
cmain authored Oct 26, 2021
2 parents dfdd32f + b1b5dfe commit 72f4eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/EnhancedTable/EnhancedTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ export function EnhancedTable<TRow>({
orderDirection: 'desc'
};
});
}, []);
}, [onHeaderClickProp]);



return (
Expand Down

0 comments on commit 72f4eb6

Please sign in to comment.