ui5-webcomponents-react icon indicating copy to clipboard operation
ui5-webcomponents-react copied to clipboard

[SAP][Analytical Table][HIGH] SelectedFlatRows only contains only those selected rows which are visible in ui

Open thisisjasmeet opened this issue 3 years ago • 0 comments

Describe the bug SelectedFlatRows only contains only those selected rows which are visible in UI

To Reproduce Steps to reproduce the behavior:

  1. Filter a row and select it.
  2. filter another row (previously selected row should not be visible)

Observation e.detail.selectedFaltRows only has 1 item in array (the selected row which got filtered is not part of array) 3) remove the filter Observation selected rows which got filtered are still selected.

Expected behavior all the selected rows should be returned as flat rows

https://user-images.githubusercontent.com/57886348/196667474-fc7ac495-ce55-465f-ba4e-705b74fe4088.mov

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

thisisjasmeet avatar Oct 19 '22 10:10 thisisjasmeet