Skip to content

docs: implement "Data grid" examples and documentation#5696

Open
larsrickert wants to merge 11 commits into
mainfrom
larsrickert/5497-showcase-data
Open

docs: implement "Data grid" examples and documentation#5696
larsrickert wants to merge 11 commits into
mainfrom
larsrickert/5497-showcase-data

Conversation

@larsrickert

Copy link
Copy Markdown
Collaborator

Relates to #5497

Implement new examples and documentation for the data grid.

Checklist

  • The added / edited code has been documented with JSDoc
  • I have performed a self review of my code ("Files changed" tab in the pull request)
  • All relevant changes are documented in the documentation app (folder apps/docs) if needed

@larsrickert larsrickert requested a review from a team as a code owner June 23, 2026 11:31
@changeset-bot

changeset-bot Bot commented Jun 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a56cfaa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

#default
When checking the "Select all" checkbox in the column header, the data grid automatically switches to the "exclude" mode. It assumes the user wants to select _every single row_ in the entire dataset (even the ones on other pages). Everything **except** the rows the user manually unchecks is selected. The "contingent" becomes the "blacklist" of unchecked rows.

**Important Note for Developers**: The data grid only stores the rows that the user unchecked. You need to write custom logic to calculate the final list of selected rows based on your project's specific requirements.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this be more presently displayed link in an info card. In my opinion easy to miss.

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