-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix(table-core): ensure isSubRowSelected returns false if no subRows are selectable #5790
base: main
Are you sure you want to change the base?
fix(table-core): ensure isSubRowSelected returns false if no subRows are selectable #5790
Conversation
6af6819
to
c976103
Compare
c976103
to
e762532
Compare
e762532
to
2ae44a7
Compare
6255ba8
to
220d8d3
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d87e9bc. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
@KevinVandy Do I need to do anything for this? It seems like the automated fixes are correct, but when I click through to the workflow its status is "failed". |
Any updates on this bugfix? |
This fixes #5173
Keep track whether we've seen any selectable rows and if not return false from isSubRowSelected.