Skip to content

fix: replace indeterminate prop with checked="indeterminate" in DataTable row selection doc - #11451

Open
waterWang wants to merge 1 commit into
shadcn-ui:mainfrom
waterWang:fix/data-table-indeterminate-prop
Open

fix: replace indeterminate prop with checked="indeterminate" in DataTable row selection doc#11451
waterWang wants to merge 1 commit into
shadcn-ui:mainfrom
waterWang:fix/data-table-indeterminate-prop

Conversation

@waterWang

Copy link
Copy Markdown

Summary

Fixes the TypeScript error in the DataTable row selection documentation example where the indeterminate prop is not supported by the Base UI Checkbox component.

Changes

  • Replaced the indeterminate prop with checked="indeterminate" string value pattern
  • The Base UI Checkbox's checked prop accepts boolean | "indeterminate", so using checked with the "indeterminate" string achieves the same visual indeterminate state

Related Issue

Closes #11450

@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@waterWang is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Can you sign the commits please? See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits. Thank you.

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.

[bug]: DataTable -> Row Selection -> Update column definitions

1 participant