cancel
Showing results for 
Search instead for 
Did you mean: 

Group rows in ui5(oData Model) and Navigate to new page to edit each group

kasarla_nagaraju
Explorer
0 Kudos

Hi,

I would like to group rows in a smart table(or Any Table which is suitable for grouping rows), and provide a navigation button for each group. When this navigation button is clicked navigate to a new page where we can edit the group data. Can you please help on how to get this functionality.

attaching the screen shot, in the screen shot, we have two groups(Group by weekend data, Resource), each group is a record in the table. When I click on navigate button for a row, want to display new page where I can add multiple projects, tasks, descriptions for the group.

updatestatus.png

Accepted Solutions (0)

Answers (1)

Answers (1)

jorge_cabanas
Participant
0 Kudos

If you have different buttons you can difference which is pressed in each case.

Seeing that, I would suggest to share a global model in your component.js, filling it with the grouped lines in each case.
Regards,
Jorge