Skip to content

fix(selectionColumn): exclude disabled rows from selection#151

Merged
Shaidulint merged 2 commits into
mainfrom
fix-exclude-disabled-rows-from-selection
May 27, 2026
Merged

fix(selectionColumn): exclude disabled rows from selection#151
Shaidulint merged 2 commits into
mainfrom
fix-exclude-disabled-rows-from-selection

Conversation

@Shaidulint
Copy link
Copy Markdown
Contributor

Description

Changes in selectionColumn to handle non-selectable table rows (!row.getCanSelect()):

  • Bulk selection fix: Rows that should not be selectable are now skipped during bulk selection (Ctrl + Click).
  • Header checkbox fix: The "Select All" checkbox in the header no longer gets stuck in the indeterminate state if any row is not allow to select.

@gravity-ui-bot
Copy link
Copy Markdown
Contributor

Preview is ready.

Comment thread src/constants/selectionColumn.tsx Outdated
@Shaidulint Shaidulint merged commit 641ef9d into main May 27, 2026
3 of 8 checks passed
@Shaidulint Shaidulint deleted the fix-exclude-disabled-rows-from-selection branch May 27, 2026 08:56
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