Skip to content

Commit af37b74

Browse files
cknabetw15egankodiakhq[bot]
authored
feat(DataTable): add rowIds to the sortRows extra params list (#13236)
Co-authored-by: TJ Egan <tw15egan@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 8c8e942 commit af37b74

File tree

1 file changed

+1
-0
lines changed
  • packages/react/src/components/DataTable/tools

1 file changed

+1
-0
lines changed

packages/react/src/components/DataTable/tools/sorting.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const sortRows = ({
100100
locale,
101101
sortStates,
102102
compare,
103+
rowIds: [a, b],
103104
});
104105
});
105106

0 commit comments

Comments
 (0)