Is your feature request related to a problem?
No
Describe the solution you'd like
Given I have an AnalyticalTable with groupable=true and selectionMode="Multiple" and have grouped a row.
Then I would like to have the checkbox in the grouped row to select all leaf rows.
The grouped row checkbox would work in the same way as "Select All" works, but only for the leaf rows (including other inner groups).
In the image, the feature I am requesting is highlighted. Once I clicked on ar-SA group row, I would like to select all leaf rows under it. In case I select only one leaf row, I would see the partially selected checkbox, as in bg-BG. In case I check the XTM Project Name, I would like to select all leaf rows under the project and target languages
Describe alternatives you've considered
I evaluated the useManualRowSelect hook and the creation of buttons to select the groups. Still, our application has an AnalyticalTable with more than 10 columns, with some custom views with more than 3 grouped columns. It would not be possible to create a button for each possible combination of groupings
Additional Context
No response
Organization
SAP - LX Lab
Declaration
Is your feature request related to a problem?
No
Describe the solution you'd like
Given I have an AnalyticalTable with
groupable=trueandselectionMode="Multiple"and have grouped a row.Then I would like to have the checkbox in the grouped row to select all leaf rows.
The grouped row checkbox would work in the same way as "Select All" works, but only for the leaf rows (including other inner groups).
In the image, the feature I am requesting is highlighted. Once I clicked on
ar-SAgroup row, I would like to select all leaf rows under it. In case I select only one leaf row, I would see the partially selected checkbox, as inbg-BG. In case I check the XTM Project Name, I would like to select all leaf rows under the project and target languagesDescribe alternatives you've considered
I evaluated the useManualRowSelect hook and the creation of buttons to select the groups. Still, our application has an AnalyticalTable with more than 10 columns, with some custom views with more than 3 grouped columns. It would not be possible to create a button for each possible combination of groupings
Additional Context
No response
Organization
SAP - LX Lab
Declaration