Datagrid (w/ multi-line edit features) where datasource is a REST service (microflow).

0
I am facing the following requirement: A datagrid should be filled with data coming from an external REST API. I have implemented this using microservice and import mapping. The datagrid should have an multi-column edit features, so the user can update a data records while staying in the list view. This is a default feature, but is not available when the datasource is a microservice. How would you suggest implementing this feature?    
asked
2 answers
0

You could have a dataview that listens to the datagrid and style the page/use JS to make the dataview only appear when a datagrid line has been selected.

answered
0

Before pageload store the microflow-output in the database and have the datagrid’s datasource be a database-retrieve.

answered