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

docs: conditional selection for grid #3877

Merged
merged 6 commits into from
Nov 18, 2024

Conversation

sissbruecker
Copy link
Contributor

Add documentation for the new conditional selection feature in Grid.

@github-actions github-actions bot added the Language unchecked English language check has not been done label Nov 5, 2024
@sissbruecker sissbruecker removed the request for review from web-padawan November 5, 2024 11:46
[role="since:com.vaadin:[email protected]"]
=== Conditional Selection

Grid allows configuring a predicate to control which rows users may select or deselect. The predicate receives an item and must return `true` to allow selection or `false` to prevent it. This does not prevent programmatic selection changes.
Copy link
Contributor

@vursen vursen Nov 5, 2024

Choose a reason for hiding this comment

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

nit: It might be helpful to briefly describe how conditional selection is visually represented in single and multi-selection modes since there is no interactive example. Not a blocker.

@russelljtdyer russelljtdyer added Language checking English language checking is in progress and removed Language unchecked English language check has not been done labels Nov 12, 2024
@russelljtdyer russelljtdyer added Language checked English language check done and removed Language checking English language checking is in progress labels Nov 12, 2024
@sissbruecker sissbruecker merged commit a494277 into latest Nov 18, 2024
3 of 4 checks passed
@sissbruecker sissbruecker deleted the docs/grid-conditional-selection branch November 18, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language checked English language check done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants