-
Notifications
You must be signed in to change notification settings - Fork 272
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
[SF][2.5.0][Table][Function][Expected reply Time: ASAP] The difference of selected rows in table #10500
Comments
I agree, the documentation could be clearer and also there's wrong information regarding the mandatory I've edited your example and now it's working as intended: https://stackblitz.com/edit/github-yzkhjvse-axvcpuqe?file=src%2FApp.tsx
Hi Colleagues, could you please take over? |
Hello @SAP/ui5-webcomponents-table, The visual selection indicators appear with the edited by @Lukas742 sample. Best regards, |
Hi @Lukas742 I have noticed this single selection mode before, however, this will introduce radio buttons in table, which is still hugely different from the appearance before. Is there a way to show selected state without introducing radio buttons like version 1? |
Hi @wilson-xu-sap, I've created two internal incidents for you: |
Handled as feature request with item FIORITECHP1-32642 |
Describe the bug
https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs
The doc does not mention the change of selected table rows.
In version 1.22, the selected rows have blue and clear selected state, which can be set in TableRow.
https://stackblitz.com/edit/github-xbtmwe-zgqwey?file=src%2FApp.tsx
In 2.5.0, the selected attribute in TableRow has been removed. Instead, TableSelection has been introduced. However, TableSelection has unclear documentation and it seems that it cannot show clear selected state.
https://stackblitz.com/edit/github-yzkhjvse-a7gpuwlp?file=src%2FApp.tsx
Is this a bug or I use it in a wrong way?
Isolated Example
https://stackblitz.com/edit/github-yzkhjvse-a7gpuwlp?file=src%2FApp.tsx
Reproduction steps
No response
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
2.5.0
UI5 Web Components Version
2.5.1
Browser
Edge
Operating System
No response
Additional Context
No response
Relevant log output
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: