When "Group By" is set, how to edit each row of the group?

My app display row of data grouped by status (set from one column of each row)

Capture dโ€™eฬcran 2023-10-31 aฬ€ 15.45.57.png

If I want to edit a row grouped with Behaviour / Event Action / Row selected

Capture dโ€™eฬcran 2023-10-31 aฬ€ 15.45.47.png

It is not possible to edit one row : if I click on any of the row group, I can only edit one of the row (the last row of the group I believe). 

I would like to let the user edit any row grouped.

How to do that?

Thanks in advance

Fred

0 1 54
1 REPLY 1

You must have something setup wrong or are mis-understanding the behavior.

When you apply Grouping to a Table view, all it does is sort by the column you specify and then add in the visualization Group headers.  These are not actual rows and and cannot be selected to be edited.

All data rows still behave just as they did in an un-grouped table.  By default, the Row Selected behavior will open a Detail view for the selected row.  Then to edit that row, you would tap the Edit icon (pencil in box icon) shown in the bottom right-hand corner of the table view.

You can change this default by updating the Row Selected behavior and choose the Edit action instead.  When doing so, selecting a row goes straight to the Form view to allow editing.  The Detail View is skipped.

I hope this helps!

Top Labels in this Space