Skip to content

[Table] Allow auto-sorting even when onSort in passed #839

Open
@veej

Description

@veej

Currently, passing an onSort handler to the Table enables manual sorting, meaning that the data must be sorted manually before passing it to the component.

However, there are cases where we want to let the Table handle the sorting automatically even if we pass an onSort handler to the component (e.g. if the onSort handler is used to just execute some side-effects whenever the sorting changes).

Should we allow users to decide when to enable manual sorting?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions