Allow users to bulk update fields for all selected rows

We have a screen where we display an editable grid for every category within the given data. Users are able to update a particular field in each row separately. Now, we want to allow the user to select rows across categories. One use case for this requirement is to allow the user to bulk update the field for all the selected rows.
Can anyone show me how this can be done? I have attached a sample code which mimics my screen.

One of the things I tried was to create a custom object - {categoryIndex:, selectedRows:{}} and populate this as the user selects rows. However, I was unable to flatten out the selectedRows into a one dimensional array. If anyone is interested, I can give you further details on what I tried.

MultiSelect.zip

OriginalPostID-215626

OriginalPostID-215626

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data