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

[SF] TableRow - Implement "disabled" property so that individual rows can be prevented from being selected by the user when the table is in MultiSelect mode

Open Vir-Mittal opened this issue 3 years ago • 0 comments

Feature Request Description

The Table component allow the user to select multiple rows in MultiSelect mode. However, currently there is no option to disable the selection for a particular row, to prevent the user from selecting it (in case they do not have permission to select it, etc.).

Proposed Solution

Implement a "disabled" property similar to that of the "checkbox" component. When the check all button of the table is clicked, all the rows except for the disabled rows would be checked.

Priority

  • [ ] Low
  • [x] Medium
  • [ ] High
  • [ ] Very High

Vir-Mittal avatar Aug 09 '22 18:08 Vir-Mittal