-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
TanStack Table version
8.10.7
Framework/Library version
svelte-table
Describe the bug and the steps to reproduce it
set manual sorting to true
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
not here
Screenshots or Videos (Optional)
Hi, so is there something i'm missing in documentation? because there its says that when enableSortingRemoval is true(which is by default) then sorting goes like this:
'none' -> 'desc' -> 'asc' -> 'none' -> 'desc' -> 'asc' ->
but once i've set a manualSorting to true it goes like this:
'none' -> 'desc' -> 'asc' -> 'desc' -> 'asc' -> ...
it's as if i disabled enableSortingRemoval, but i didnt, so i explicitly set it to true(because maybe it will work?) and nothing has changed
so i guess it's a bug or something that i don't understand :(
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Metadata
Metadata
Assignees
Labels
No labels