Skip to content
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

Add sparse sorting to DataTable #3749

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Add sparse sorting to DataTable #3749

merged 4 commits into from
Sep 25, 2023

Conversation

thyeggman
Copy link
Contributor

This PR allows sorting of sparse columns. When sorting by a sparse column, all blank values are ordered last regardless of the sort direction.

Merge checklist

  • Added/updated tests
  • Added/updated documentation
  • Changes are SSR compatible

Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.

Co-authored by @joshblack

@thyeggman thyeggman requested review from a team and josepmartins September 18, 2023 17:38
@changeset-bot
Copy link

changeset-bot bot commented Sep 18, 2023

🦋 Changeset detected

Latest commit: 1e57e9a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Sep 18, 2023

size-limit report 📦

Path Size
dist/browser.esm.js 100.74 KB (0%)
dist/browser.umd.js 101.32 KB (0%)

@thyeggman thyeggman temporarily deployed to github-pages September 18, 2023 17:46 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3749 September 18, 2023 17:46 Inactive
@thyeggman thyeggman temporarily deployed to github-pages September 18, 2023 18:19 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3749 September 18, 2023 18:19 Inactive
@thyeggman thyeggman force-pushed the thyeggman/sparse-sorting branch from 04784ec to 2ec78c1 Compare September 18, 2023 18:31
@github-actions github-actions bot temporarily deployed to storybook-preview-3749 September 18, 2023 18:35 Inactive
@thyeggman thyeggman temporarily deployed to github-pages September 18, 2023 18:36 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3749 September 18, 2023 18:37 Inactive
@thyeggman thyeggman force-pushed the thyeggman/sparse-sorting branch from 2ec78c1 to f586f10 Compare September 18, 2023 20:22
@thyeggman thyeggman temporarily deployed to github-pages September 18, 2023 20:29 — with GitHub Actions Inactive
@github-actions github-actions bot temporarily deployed to storybook-preview-3749 September 18, 2023 20:30 Inactive
@lesliecdubs lesliecdubs requested review from joshblack and removed request for joshblack September 21, 2023 00:02
Copy link
Member

@joshblack joshblack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for the contribution! 🥳

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.

2 participants