SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
426 stars 94 forks source link

AnalyticalTable(Tree Table): data of subcomponents overlap with the data of subRows #3691

Closed lenient closed 10 months ago

lenient commented 1 year ago

Describe the bug Data of subcomponents overlap with the data of subRows.

Isolated Example https://codesandbox.io/s/demo-for-ui5-webcomponents-react-eob416?file=/src/TreeTable.js

To Reproduce Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/s/demo-for-ui5-webcomponents-react-eob416?file=/src/TreeTable.js
  2. Click on the right arrow of All Categories to expand all categories. You will see the items with a dot before are subcomponents, and they look well.
  3. Click on the right arrow of Category 2-4.
  4. You will see the subcomponents of Category 2-4-1 overlap with Category 2-4-2 and Category 2-5.

Expected behavior The data should not overlap.

Screenshots Before expanding the Category 2-4,

image

After expanding the Category 2-4,

image

UI5 Web Components for React Information @ui5/webcomponents version: 1.8.0 @ui5/webcomponents-react version: 1.1.0 Operating System: Mac Browser: Chrome

github-actions[bot] commented 10 months ago

:tada: This issue has been resolved in version v1.19.0 :tada:

The release is available on v1.19.0

Your semantic-release bot :package::rocket: