这是indexloc提供的服务,不要输入任何密码
Skip to content

enableSortingRemoval doesnt seem to be working with manualSorting #6048

@ybonchev

Description

@ybonchev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions