Purpose of manualSorting: true
if getSortedRowModel
is unset
#5992
-
Is there any significance to setting |
Beta Was this translation helpful? Give feedback.
Answered by
garthendrich
Apr 18, 2025
Replies: 1 comment
-
I ended up digging through the codebase and it seems like this is the only use of manualSorting. Thus, table/packages/table-core/src/features/RowSorting.ts Lines 535 to 537 in 66fbe3a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
garthendrich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up digging through the codebase and it seems like this is the only use of manualSorting. Thus,
manualSorting: true
and an unsetgetSortedRowModel
does the same thing 👍table/packages/table-core/src/features/RowSorting.ts
Lines 535 to 537 in 66fbe3a