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

feat(DataGrid): Add support for manual (server-side) sorting #3971

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

m7kvqbe1
Copy link
Collaborator

@m7kvqbe1 m7kvqbe1 commented Dec 4, 2024

Related issue

Closes #3970

Overview

Add support for manual (server-side) sorting.

Reason

Consumers with a large dataset might want to sort it server side.

Work carried out

  • Add support for manual sorting
  • Update stories and automated tests

Screenshot

2024-12-04 22 30 09

@m7kvqbe1 m7kvqbe1 added Type: Enhancement New feature or request Package: react-component-library Package/code type labels Dec 4, 2024
@m7kvqbe1 m7kvqbe1 requested review from thyhjwb6 and jpveooys December 4, 2024 22:32
@m7kvqbe1 m7kvqbe1 self-assigned this Dec 4, 2024
@m7kvqbe1 m7kvqbe1 requested a review from markhigham as a code owner December 4, 2024 22:32
Copy link

netlify bot commented Dec 4, 2024

Deploy Preview for storybook-navy-digital-mod-uk ready!

Name Link
🔨 Latest commit 5204cbc
🔍 Latest deploy log https://app.netlify.com/sites/storybook-navy-digital-mod-uk/deploys/6750d86ac27a9e0008be40ce
😎 Deploy Preview https://deploy-preview-3971--storybook-navy-digital-mod-uk.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@m7kvqbe1 m7kvqbe1 merged commit ab07064 into master Dec 5, 2024
23 checks passed
@m7kvqbe1 m7kvqbe1 deleted the feat/datagrid-manual-sorting branch December 5, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: react-component-library Package/code type Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataGrid: Manual sorting, how?
2 participants