Skip to content

[CCUBE-2216][RYN] exclude undefined selectedIds from Select All check… - #1386

Open
ryan-nguyen-t wants to merge 1 commit into
masterfrom
CCUBE-2216
Open

[CCUBE-2216][RYN] exclude undefined selectedIds from Select All check…#1386
ryan-nguyen-t wants to merge 1 commit into
masterfrom
CCUBE-2216

Conversation

@ryan-nguyen-t

@ryan-nguyen-t ryan-nguyen-t commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing apis or functionality to change)
  • Documentation (change to documentation, comments or API descriptions)
  • Tests (improvements to unit tests or E2E tests)
  • Other (technical improvements, refactoring, or changes that don't fall into the above categories)

Description of changes

  • Link to ticket
  • Description of changes

Checklist

  • Changes follow the project guidelines in CONTRIBUTING.md and CONVENTIONS.md
  • Looks good on mobile and tablet
  • Updated documentation
  • Added/updated unit tests
  • Added/updated E2E tests

@ryan-nguyen-t ryan-nguyen-t self-assigned this Aug 5, 2026
@ryan-nguyen-t
ryan-nguyen-t marked this pull request as ready for review August 5, 2026 08:20
ziggyzet
ziggyzet previously approved these changes Aug 5, 2026
@@ -32,7 +32,8 @@ const DATA: ApiTableSectionProps[] = [
},
{
name: "selectedIds",
description: "The ids of selected items",
description:
"The ids of selected items. If undefined, the Select All checkbox remains enabled when rows are non-empty",

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.

Update the props comment also

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.

3 participants