Skip to content

Commit

Permalink
feat(DataTable): add rowIds to the sortRows extra params list (#13236)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 6, 2023
1 parent 8c8e942 commit af37b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/DataTable/tools/sorting.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const sortRows = ({
locale,
sortStates,
compare,
rowIds: [a, b],
});
});

Expand Down

0 comments on commit af37b74

Please sign in to comment.