40
Views
2
Comments
Solved
[OutSystems Data Grid] displaying the same layout
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

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

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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

UserImage.jpg
Haruka Arakawa

I did it, thank you very much! 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.