carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://carbon-for-ibm-products.netlify.app/
Apache License 2.0
83 stars 117 forks source link

Data grid filtering rows === losing nested rows #4978

Closed lee-chase closed 1 week ago

lee-chase commented 3 weeks ago

Package

Carbon for IBM Products

Description

When removing filters rows do not always come back.

Component(s) impacted

Datagrid

Browser

Chrome

@carbon/ibm-products (previously @carbon/ibm-cloud-cognitive) version

v2.34.0

Severity

Severity 1 = The design is broken in a critical way that blocks users from completing tasks or damages the brand. Affects major functionality, no workaround.

Product/offering

App Engine

CodeSandbox or Stackblitz example

https://stackblitz.com/edit/github-6w6hhw-ieejed?file=package.json

Steps to reproduce the issue (if applicable)

  1. Filter by anything e.g. bus
  2. Close the filter dialog
  3. Click clear filters
  4. Note some nested rows do not return.
  5. Open the filter dialog, note one is still selected.
  6. Clearing it does not restore the missing rows.

Release date (if applicable)

No response

Code of Conduct

elycheea commented 1 week ago

Closing as duplicate of #4652