Skip to content

[Feature Request] Add Unsort for Sortable Feature #812

Description

@imnash21

Add unsort for sortable feature, like after the 3rd click in column header, the sortStatus will become undefined to unsort the data table.

Example:

1st click in column header:

  • sortStatus: columnAccessor = name
  • sortStatus: direction = asc

2nd click in column header:

  • sortStatus: columnAccessor = name
  • sortStatus: direction = desc

3rd click in column header:

  • sortStatus: undefined (to unsort the data table)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions