Hello.
I want to keep layout changed by end user in Data Grid with GetViewLayout and SetViewLayout, for displaying the same layout when accessed again.
What I want to do is the same as these.
https://www.outsystems.com/forums/discussion/71225/outsystems-data-grid-data-grid-reactive-setviewlayout-onfilterchangevent/
https://www.outsystems.com/forums/discussion/75043/outsystems-data-grid-keep-filters-through-users-session/
But I don't know how to do it because I don't have much DB or JSON knowledge.
I'm thinking of using client variables.
Regards,
Haruka Arakawa
Hi @Haruka Arakawa
You can create an entity with UserID and JSON and use it to save/get the layout according to your business logic.
Cheers,GM
I did it, thank you very much!