[SAP][Analytical Table] onSelectionChange gives wrong data
!! It is needed for Internal SAP consumption !!

Describe the bug onSelectionChange event has property selectedFlatRows
on checking for a parent node which has some unselected items isSomeSelected is coming as false.
Expected behavior it should be true.
UI5 Web Components for React Information @ui5/webcomponents-react version: v 1.0.1 Operating System: macos Browser: chrome
It is needed for Internal SAP consumption
Hey @Lukas742. Can you please assign me the issue?
Hi @rit-clone
sure :) Thanks a lot for your support!
@thisisjasmeet I am unable to recreate this bug in my system. Can you please elaborate on what it is that's not working and how to get to the bugged state?
Hi @thisisjasmeet
could you please add a reproducible example, preferably by using this codeSandbox template?
Hi @thisisjasmeet
could you please add a reproducible example, preferably by using this codeSandbox template?
https://codesandbox.io/s/treetable-forked-sc3u19?file=/src/App.js

@Lukas742 @rit-clone by when we can have fix for this.
This is a critical thing that needs to be fixed.
Thanks in advance :)
Hi @rit-clone
are you still looking into this issue and do you have a broad estimate for the fix? If your schedule is full and you can’t find the time to work on it, that’s no problem at all, just please let us know so we can take over. Thanks again :)
Hi @Lukas742 sorry for taking your time. This issue is quite tricky and I have prior deadlines from my organization. Can you please assign this to someone else?
@rit-clone no problem and thanks for the response.
:tada: This issue has been resolved in version v1.2.1 :tada:
The release is available on v1.2.1
Your semantic-release bot :package::rocket:
@Lukas742 The issue is still occuring https://codesandbox.io/s/treetable-forked-sc3u19?file=/src/App.js
https://user-images.githubusercontent.com/57886348/197930025-6abf6ede-ad21-4a7e-b1d4-269b583185c3.mp4
Hi @thisisjasmeet
I realized just now what the actual issue is. At first I thought this was connected to the selectedFlatRows issue, but as it turns out this is an issue with the useIndeterminateRowSelect hook. As this is more complex it will unfortunately take some time to resolve this.
Hi @thisisjasmeet
unfortunately it's not practical for us changing isSomeSelected to show the desired value.
The property is coming from the underlying library we use to construct our table and the value is not changed to true because the row is still selected and only isSelected or isSomeSelected can be true at the same time.
When the second linked PR is merged, the plugin hook will allow passing a callback as parameter which is fired every time the internal indeterminate state is changed. Then you will be able to get all indeterminate rows via the event param.
:tada: This issue has been resolved in version v1.6.0 :tada:
The release is available on v1.6.0
Your semantic-release bot :package::rocket: