Skip to content

[w-table] Implement multiple column sort. #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dbrnz
Copy link
Contributor

@dbrnz dbrnz commented Dec 15, 2024

I started of trying to do this in my own sort-function but soon found that doing so looses the built-in filtering and pagination. Directly implementing the multi-column sort was straight forward and much easier!

Shift-click will add additional columns to the sort keys or change the direction of an existing column -- see the Fixed headers example for a demonstration.

dbrnz and others added 3 commits December 15, 2024 15:23
See [Typescript 4.7 Release Notes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package.json-exports-imports-and-self-referencing). The full warning includes:

There are types at X, but this result could not be resolved when respecting package.json "exports". The X library may need to update its package.json or typings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant