Datagrid2 configuration attribute

0
I tried almost all the possible options, but the Datagrids2 are not updating the configuration automatically in the defined attribute nor is triggering the event to run a microflow. Did someone run into the same issue? I need it to allow the user to come back to the page and find the same sorting (it seems that it is not possible to define a default sorting). Thank you Alessandro      
asked
2 answers
0

Did you make sure that opening the page will always use the same config object? Having a new or different one could cause such an issue.
You could also add a breakpoint to all changes of the config and try to reproduce if it is overwritten somewhere else (maybe on initializing tha page).

Just throwing out some ideas.

answered
0

Hi Alessandro.

Are you saving your data view object in the microflow?

Regards
Diego

answered